abc_begin

导航

2017年11月29日 #

Enable multithreading to use std::thread: Operation not permitted问题解决

摘要: 在用g++ 4.8.2编译C++11的线程代码后,运行时遇到了如下报错: terminate called after throwing an instance of 'std::system_error' what(): Enable multithreading to use std::thre 阅读全文

posted @ 2017-11-29 10:51 LastBattle 阅读(1029) 评论(0) 推荐(0)