Y
Hacker News
new
|
ask
|
show
|
jobs
by
goodcanadian
1940 days ago
I'm sure someone will come up with a counterexample, but my experience is that pretty much everything is backwards compatible.
1 comments
bregma
1940 days ago
C++17 was backwards compatible with the venerable C++11 in almost all ways except for the removal of some library constructs few people actually use and have long been replaced by superior models, like `std::auto_ptr` and the old binder functors.
link