Re: [patch] Make std::string default constructor conditionally noexcept

2015-05-28 Thread Jonathan Wakely
On 13/05/15 14:36 +0100, Jonathan Wakely wrote: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4383.html#2455 Voted into the WP in Lenexa. We already did the right thing for vector, so only basic_string needs to change. Tested powerpc64le-linux, committed to trunk. Also committed

[patch] Make std::string default constructor conditionally noexcept

2015-05-13 Thread Jonathan Wakely
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4383.html#2455 Voted into the WP in Lenexa. We already did the right thing for vector, so only basic_string needs to change. Tested powerpc64le-linux, committed to trunk. commit 634ed6e2d2ea4d69a29a8907044e6f68541d88aa Author: Jonathan