|
|
|
|
|
by raggi
54 days ago
|
|
there are no good reasons we don't do this in the standards themselves, C, C++, and POSIX should all be working on editions that add safer APIs and mark unsafe APIs as deprecated, to start a long term migration. we know how to do this, we've had a lot of success with this. there are real engineering concerns, sure, but they're not reasons to not do it. compilers and library chains can retain support for less safe variants for plenty of time. |
|
The C committee at least seems to get it now. The C++ committee still doesn't, led in large part by Bjarne.