This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
missing "std::move"
- From: fafa <fafa at freesurf dot ch>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 10 Jul 2007 17:26:04 +0200
- Subject: missing "std::move"
Hi all,
I tried to compile some rvalue reference examples by (from H.Hinnant at
http://home.twcny.rr.com/hinnant/cpp_extensions/rvalue_ref_rationale.html)
with one of the latest GCC 4.3 snapshots, but I'm getting
error: 'move' is not a member of 'std'
What can I do to get this working ?
Cheers
Maett Eugster