]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use noexcept instead of _GLIBCXX_USE_NOEXCEPT
authorJonathan Wakely <jwakely@redhat.com>
Mon, 10 Oct 2016 18:32:40 +0000 (19:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 10 Oct 2016 18:32:40 +0000 (19:32 +0100)
commita3dbb63597ad65234dde941f29f6498e500b7e90
treeaffdd97eb02a84cebeba41f50e80b3c32e26c32a
parent71543388eec6aad6fb096b1de16264051cf06d3e
Use noexcept instead of _GLIBCXX_USE_NOEXCEPT

* libsupc++/eh_ptr.cc (exception_ptr): Replace _GLIBCXX_USE_NOEXCEPT
with noexcept.

From-SVN: r240943
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_ptr.cc