Why does this simple std::thread example not work?

后端 未结 5 599
无人及你
无人及你 2020-12-01 02:41

Tried the following example compiled with g++ -std=gnu++0x t1.cpp and g++ -std=c++0x t1.cpp but both of these result in the example aborting.

5条回答
提交回复
热议问题