Why is there a difference using std::thread::hardware_concurrency() and boost::thread::hardware_concurrency()?

前端 未结 0 2065
终归单人心
终归单人心 2021-02-12 09:10

The description of the problem itself is pretty simple. I\'m testing the differences of std::thread library in C++11 and boost::thread library.

The output of these:

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