Does gcc's STL support rvalue references now?

Posted by Bear on Stack Overflow See other posts from Stack Overflow or by Bear
Published on 2010-04-21T04:23:30Z Indexed on 2010/05/29 22:42 UTC
Read the original article Hit count: 190

Filed under:
|
|
|
|

I know Visual Studio 2010's standard library has been rewritten to support rvalue references, which boosts its performance considerably.

Does the standard library implementation of gcc 4.4 (and above) support rvalue references?

© Stack Overflow or respective owner

Related posts about c++

Related posts about gcc