|
|
|
|
|
by pjmlp
351 days ago
|
|
Contrary to C standard library, all C++ compilers have provided safe versions of their standard libraries, predating C++98, enabled in debug mode. Even if non standard, all major C++ compiler vendors have provided similar features on their standard library, and is now officially supported in C++26. I have debugged enough C memory corruption issues with strings and arrays, that I would thought by now WG14 would actually care to fix the root cause, 40 years in. |
|