Does gcc's STL support rvalue reference already?

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/04/21 4:33 UTC
Read the original article Hit count: 312

Filed under:
|
|

Hi

I know Visual Studio 2010's STL has been rewritten to support rvalue reference to boost its performance a lot.

I am curious that STL of gcc 4.4 (and above) does support it?

Thanks.

© Stack Overflow or respective owner

Related posts about c++0x

Related posts about stl