I was trying to play around with the new parallel library features proposed in the C++17 standard, but I couldn\'t get it to work. I tried compiling with the up-to-date vers
Intel has released a Parallel STL library which follows the C++17 standard:
It is being merged into GCC.