system_error (error_category::error_category()): LWG 2145: Declare public and constexpr.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 18 May 2013 23:11:48 +0000 (23:11 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 18 May 2013 23:11:48 +0000 (00:11 +0100)
commitf891e5d1965935e12d500c86df44f1e30b493137
tree03d2d45177496af130cabec5c190cef3f422ae48
parentf92126ba396890f7ae874efee40d8413bf826090
system_error (error_category::error_category()): LWG 2145: Declare public and constexpr.

* 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.

From-SVN: r199071
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/system_error
libstdc++-v3/src/c++11/compatibility-c++0x.cc
libstdc++-v3/src/c++11/system_error.cc