ext Danny Price schrieb: > > 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. >> > 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.
Exactly. If the compiler can build the code, it will do. But the syntax-checker doesn't support it. Regards, Robert -- Robert Löhning Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
