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]

[patch] implement LWG 2145


        * include/std/system_error (error_category::error_category()): LWG
        2145: Declare public and constexpr.
        * src/c++11/system_error.cc (error_category::error_category()): Move
        definition to ...
        * src/c++11/compatibility-c++0x.cc: Here.

Tested x86_64-linux, committed to trunk.

For 4.8 we can just make the constructor public but leave it non-inline.

Attachment: patch.txt
Description: Text document


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