How to use a STL parallel for_each on systems where is missing?

后端 未结 0 598
梦如初夏
梦如初夏 2020-12-21 04:47

This C++17 snippet would works fine in newer versions of G++

std::for_each(std::execution::par_unseq, container.begin(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题