====== New C++17 feature - Auto parallelism ====== C++17 is bringing **parallel versions of STL algorithms**, new special math functions, initializers in switch and if statements, and more. GCC 7.0 (coming with Fedora 26) is already in quite good shape for C++17 additions thus far. [[https://github.com/tvaneerd/cpp17_in_TTs/blob/master/ALL_IN_ONE.md#parallel-stl]] {{tag>C++17 GCC}}