Hacker News new | ask | show | jobs
by ThatGeoGuy 3797 days ago
> and C++14 will be even better.

Perhaps you mean C++17? Almost the entirety of C++14 is supported in the latest versions of all major compilers as of about the middle of last year. There are some pieces held back (particularly in GCC pre-5.0 and MSVC), however they are tiny parts of the standard which do not largely affect the majority of changes you'll make from C++98 to C++11/C++14.

1 comments

You're right, C++14 is pretty much out there already - problem is I'm still not using latest compilers, lol.