libstdc++: Add suggestion to std::uncaught_exception() warning
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Feb 2022 13:17:05 +0000 (13:17 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 4 Feb 2022 15:26:59 +0000 (15:26 +0000)
commit27ba40559ccb887458009a34f710d4a22af85156
treea06079dbb6fc4aeeb8d7f3fcd828520845e38e05
parent7e703f42b0d9d80c185c720e3c25b6b5aa7cf2fc
libstdc++: Add suggestion to std::uncaught_exception() warning

We should use the SUGGEST macro for std::uncaught_exception()
deprecation warnings.

libstdc++-v3/ChangeLog:

* include/bits/allocator.h: Qualify std::allocator_traits in
deprecated warnings.
* libsupc++/exception (uncaught_exception): Add suggestion to
deprecated warning.
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/libsupc++/exception