threadpool
threadpool copied to clipboard
编译不过
error C2447: “{”: 缺少函数标题(是否是老式的形式表?) “threadpool”: 不是“std”的成员
solved?
-std=c++11
linux下 g++ Main.cpp -std=c++11 -pthread 亲试编译通过
linux下 g++ Main.cpp -std=c++11 -pthread 亲试编译通过
你是在windows下的linux环境吧?