C++ error: ‘assert’ was not declared in this scope

前端 未结 0 1083
别跟我提以往
别跟我提以往 2020-12-04 08:21

In my c++ program when I compile it on clion it runs fine, but on unix server like this:

g++ -g -std=c++11 -DNDEBUG -Wall *.cpp

I get:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题