Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

How to enable C++0x on QtSDK with MinGw Compiler?

$
0
0
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?

Viewing all articles
Browse latest Browse all 2113

Trending Articles