+ 3
String header file and gcc
Hello every one I use code blocks with gcc mingw 8 the problem is all the declaration in the string header file not in std namespace but in __cxx11 namespace Why?
6 Answers
+ 3
Likely because you haven't set the compiler settings to support the C++ 2011 standard. By default, code blocks uses pre-2011 language.
+ 3
I will try it,
Note: I set it up with c++17
I don't use the default compiler
+ 3
Not solved
+ 2
Here is how to update:
http://www.cplusplus.com/doc/tutorial/introduction/codeblocks/
+ 1
Sorry! I can try it on my laptop either tonight or tomorrow night, if you give me SoloLearn links to the code.