[Qt-creator] rvalue references

Robert Löhning robert.loehning at nokia.com
Fri Jan 15 19:24:01 CET 2010


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



More information about the Qt-creator-old mailing list