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
You can refer https://en.cppreference.com/w/cpp/compiler_support to check all C++ feature implementation status. For your case, just search "Standardization of Parallelism TS", and you will find only MSVC and Intel C++ compilers support this feature now.