C++17 Is Near, A Look At The New Features

Written by Michael Larabel in Programming on 6 March 2017 at 08:34 AM EST. 72 Comments
PROGRAMMING
Reports out over the weekend indicate that C++17 is "done" as the next version of the C++ ISO standard.

While no official announcements have been made yet about the state of C++17, previous communications have signaled that C++17 should be considered technically complete by the time of the ACCU conference happening at the end of April.

For those curious about C++17 changes, a nice at-a-glance look at the changes can be found via this GitHub repository.

C++17 is bringing parallel versions of STL algorithms, new special math functions, initializers in switch and if statements, and more. GCC 7.0 and Clang 4.0 are already in quite good shape for C++17 additions thus far. More details when any official C++17 status update announcement is made.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week