Hacker News new | ask | show | jobs
by kccqzy 3153 days ago
C++17 removed trigraphs. C++17 removed dynamic exception specification which is deprecated since C++11. C++17 removed operator++ for bool which is deprecated since C++98. C++17 removed the “register” storage class.
1 comments

C++11 removed the original meaning of "auto".