$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [thread][move] compiling move(thread) with Android NDK GCC4.7
From: Igor R (boost.lists_at_[hidden])
Date: 2013-01-16 04:27:12
>> I forgot to mention, but the above code compiles under MSVC10 and iOS
>> gcc toolchain...
>
>
> ...which have rvalue references?
Yes, you're right, it turns out that while the above compilers have
c++11 enabled by default, in ndk gcc4.7 it's disabled by default...