This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: const char* constructor overloads for stdexcept and system_error.


On 24 June 2012 04:57, Ed Smith-Rowland wrote:
> Here is a beginning patch to add const char* constructors for the standard
> exception classes.
>
> I didn't bump the so version because I'm not positive how to do it. I tried
> changing libtool_VERSION in acinclude.m4 and running the autotools commands.
> ?The diffs were very messy because my machine has autotools 1.11.3 rather
> than 1.11.1. ?Also, we might want to wait for something cooler to bump the
> soname.

(CC'ing gcc-patches)

Could those new constructors be inline, avoiding the need for a new
file and version bump?

Attachment: patch_cstring_stdexcept_ctors
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]