使用vscode编译的时候;未定义标识符 thread
下载;https://github.com/meganz/mingw-std-threads
复制头文件下载到mingw64libgccx86_64-w64-mingw328.1.0include
修改头文件
#include <thread>
改为
#include <mingw.thread.h>
参考
https://blog.csdn.net/weixin_43913500/article/details/106038580