Skip to content

Fix/issue 64 cctype include - #92

Merged
tmolteno merged 2 commits into
masterfrom
fix/issue-64-cctype-include
Jun 25, 2026
Merged

Fix/issue 64 cctype include#92
tmolteno merged 2 commits into
masterfrom
fix/issue-64-cctype-include

Conversation

@tmolteno

Copy link
Copy Markdown
Owner

No description provided.

tmolteno added 2 commits June 25, 2026 10:37
- Fix nec_ground::get_radial_wire_length() returning wrong field
- Fix dangling pointer in ASSERT macro (nec_debug.h)
- Remove using namespace std from nec2cpp.h header
- Fix multi-frequency plane wave excitation loop
- Optimize safe_array::resize() to use geometric growth
- Refactor c_ggrid::interpolate() for thread safety and speed
- Fix safe_array BoundsViol ODR issue
MSVC does not pull in std::toupper from <iostream> transitively.
Add explicit #include <cctype> to misc.cpp and c_geometry.cpp
where std::toupper / ::toupper are used.

Closes #64, #51
@tmolteno
tmolteno merged commit 5d6dd70 into master Jun 25, 2026
1 check passed
@tmolteno
tmolteno deleted the fix/issue-64-cctype-include branch June 25, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant