On 04/23/2012 11:36 PM, Paolo Carlini wrote:
Hi,
this work from Daniel implements the missing
std::is_nothrow_destructible trait and implements LWG 2049. Tested
x86_64-linux, committed to mainline.
Oops. These improvements leads to tidier diagnostics for noexcept15.C
and I have to adjust it a
Hi,
this work from Daniel implements the missing
std::is_nothrow_destructible trait and implements LWG 2049. Tested
x86_64-linux, committed to mainline.
Thanks,
Paolo.
2012-04-23 Daniel Krugler
* include/std/type_traits (is_nothrow_destructible): Implemen