C++ mutex in namespace std does not name a type

前端 未结 11 934
日久生厌
日久生厌 2020-11-28 13:22

I\'m writing a simple C++ program to demonstrate the use of locks. I am using codeblocks and gnu gcc compiler.

 #inclu         


        
11条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-28 13:57

    I don't know if it works for everybody, but in other way you just have to update your ndk. I'm using ndk-r11c and it works perfectly.

提交回复
热议问题