Are C++17 Parallel Algorithms implemented already?

前端 未结 4 2217
刺人心
刺人心 2020-11-27 17:54

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

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 18:44

    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.

提交回复
热议问题