I got this error. http://pastebin.com/ujZVGaUy
My settings:
click
A program dont say any errors, but compiler ;c
I have: Mingw with packages, CLion with student license.
My OS: Windows 10
I got this error. http://pastebin.com/ujZVGaUy
My settings:
click
A program dont say any errors, but compiler ;c
I have: Mingw with packages, CLion with student license.
My OS: Windows 10
Try to replace -std=c++11
with -std=gnu++11
in your CMakeLists.txt file.
More info: MinGW / CxxTest bizarre errors