Value type of map need not be default copyable

Jonathan Wakely jwakely.gcc@gmail.com
Sun Aug 12 11:43:00 GMT 2012


On 11 August 2012 14:47, Marc Glisse wrote:
>
> What testcase failed? I just tried the 2.cc file you added with the patch,
> and replacing forward<key_type>(__k) with move(__k) compiled fine.

Shouldn't it be std::move(__k) to disable ADL though?



More information about the Libstdc++ mailing list