I’m trying to use <regex> on Qt creator but when I include header file or try to use some regex functions i get this message:
*#error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This supports currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options. *
I’ve tried many methods found on internet buy these methods causes other errors.
For example in Code::Blocks is can be easily solved and i think there can be solved too. But how to enable -std=gnu++0x corectly?
↧