c ++ std :: this_thread :: sleep_for编译错误(clang)

时间:2017-01-05 16:54:51

标签: c++ clang++

std::this_thread::sleep_for(std::chrono::milliseconds(1000));

编译:{{1​​}}

给我这个错误:

clang++ main.cpp -o main.exe -g -std=c++1z --target=x86_64-w64-mingw32

发生了什么事?

1 个答案:

答案 0 :(得分:0)

using std::this_thread::sleep_for(std::chrono::milliseconds(1000))‌​;代替。