Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjmlp
316 days ago
I can write C++98 or C++11 code that will fail in a C++23 compiler, because C++ also isn't 100% backwards compatible.
1 comments
justcuriousab
316 days ago
But the changes required are generally significantly smaller and less frequent, right?
link
pjmlp
316 days ago
If the build breaks when changing the value of -std= (or equivalent), it hardly matters how big it is.
link