Re: Add C++11 const char* overloads for exception classes.

2012-10-26 Thread Paolo Carlini
On 10/26/2012 04:36 PM, Ed Smith-Rowland wrote: On 10/26/2012 10:26 AM, Paolo Carlini wrote: On 10/26/2012 04:11 PM, Ed Smith-Rowland wrote: Committed. I can't find the message actually approving the patch. And personally I'm a bit nervous about it. Paolo. Sorry, i though it was OK. Do you

Re: Add C++11 const char* overloads for exception classes.

2012-10-26 Thread Ed Smith-Rowland
On 10/26/2012 10:26 AM, Paolo Carlini wrote: On 10/26/2012 04:11 PM, Ed Smith-Rowland wrote: Committed. I can't find the message actually approving the patch. And personally I'm a bit nervous about it. Paolo. Well, the commit had failed anyway... ChangeLog out of date. So I'll wait. Ed

Re: Add C++11 const char* overloads for exception classes.

2012-10-26 Thread Ed Smith-Rowland
On 10/26/2012 10:26 AM, Paolo Carlini wrote: On 10/26/2012 04:11 PM, Ed Smith-Rowland wrote: Committed. I can't find the message actually approving the patch. And personally I'm a bit nervous about it. Paolo. Sorry, i though it was OK. Do you want me to roll back? do you want to? Ed

Re: Add C++11 const char* overloads for exception classes.

2012-10-26 Thread Paolo Carlini
On 10/26/2012 04:11 PM, Ed Smith-Rowland wrote: Committed. I can't find the message actually approving the patch. And personally I'm a bit nervous about it. Paolo.

Add C++11 const char* overloads for exception classes.

2012-10-26 Thread Ed Smith-Rowland
Committed. 2012-10-26 Edward Smith-Rowland <3dw...@verizon.net> * include/std/system_error (system_error(error_code, const char*), system_error(int, const error_category&, const char*)): New. * include/std/stdexcept ( logic_error(const char*), domain_error(const