摘要: #include <thread> #include <atomic> #include <cassert> #include <string> std::atomic<std::string*> ptr; int data; void producer() { std::string* p = n 阅读全文
posted @ 2020-02-09 16:11 友哥 阅读(309) 评论(0) 推荐(0) 编辑