]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use noexcept instead of _GLIBCXX_USE_NOEXCEPT
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2016 18:32:40 +0000 (18:32 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2016 18:32:40 +0000 (18:32 +0000)
commit7f555a8a51a59ee5342d0d35c94373240cb6cba3
treeaffdd97eb02a84cebeba41f50e80b3c32e26c32a
parent1f0d566e26d41325f027bef39ebc372a6d25ada0
Use noexcept instead of _GLIBCXX_USE_NOEXCEPT

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240943 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_ptr.cc