You mean the syntax-checker doesn't support it or the IDE doesn't support building 0x code?
I had a similar question a few weeks back and was told it should work if the compiler supports it. On 15 Jan 2010, at 10:42, Thorbjørn Lindeijer wrote: > On 01/15/2010 11:13 AM, ext Wilhelm wrote: >> Hi, >> >> does qtcreator support rvalue references via some configuration? >> >> Using void foo(Test&& t); leads to syntax error in qtcreator whereas >> compiling with g++ -std=c++0x is ok. > > Qt Creator does not currently support C++0x. > > Regards, > Bjørn > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
