1. 程式人生 > 其它 >error: “xxx“ in namespace “std‘ does not name a type

error: “xxx“ in namespace “std‘ does not name a type

技術標籤:隨筆C語言學習c++

C++編譯時候報錯:"xxx" in namespace "std' does not name a type,多數情況下是缺少宣告相應的標頭檔案。

如下,則是在.cpp檔案開頭新增condition_variable的庫檔案。

#include<condition_variable>