LinkUGen icon indicating copy to clipboard operation
LinkUGen copied to clipboard

error: no type named 'condition_variable' in namespace 'std'

Open hamoid opened this issue 7 years ago • 2 comments

Hi, thanks for sharing this project.

Unfortunately I can't get it to compile on Linux with clang++. For some reason it does not recognize std::condition_variable, which might mean that it's not using c++11. I have tried in different ways to make sure that it's using c++11 but nothing seems to help. Any suggestions?

hamoid avatar Jan 04 '17 11:01 hamoid