Re: [v3 PATCH] Cross-port exception-safety and move fixes of std::any to std::experimental::any.

2016-10-24 Thread Jonathan Wakely
On 24/10/16 02:35 +0300, Ville Voutilainen wrote: On 24 October 2016 at 02:33, Ville Voutilainen wrote: * include/std/any (operator=(const any&)): No sir, that's not what the patch modifies: 2016-10-24 Ville Voutilainen

Re: [v3 PATCH] Cross-port exception-safety and move fixes of std::any to std::experimental::any.

2016-10-23 Thread Ville Voutilainen
On 24 October 2016 at 02:33, Ville Voutilainen wrote: > * include/std/any (operator=(const any&)): No sir, that's not what the patch modifies: 2016-10-24 Ville Voutilainen Cross-port exception-safety and move fixes of

[v3 PATCH] Cross-port exception-safety and move fixes of std::any to std::experimental::any.

2016-10-23 Thread Ville Voutilainen
Tested on Linux-x64. Ok for trunk? I don't plan to backport this unless somebody shouts. 2016-10-24 Ville Voutilainen Cross-port exception-safety and move fixes of std::any to std::experimental::any. * include/std/any (operator=(const any&)): Make