]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix -Wdeprecated-declarations warnings
authorJonathan Wakely <jwakely@redhat.com>
Thu, 10 Sep 2020 17:48:25 +0000 (18:48 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 29 Mar 2021 19:50:35 +0000 (20:50 +0100)
commitb0c211081d089037914f36d2a90f066fe0884624
treeddc5b6c5571f9beef0f6196d6d9e2b470044f015
parent2c64e054f7ebc3b56deafbc36141f5863004f5d3
libstdc++: Fix -Wdeprecated-declarations warnings

libstdc++-v3/ChangeLog:

* include/experimental/bits/shared_ptr.h (shared_ptr(auto_ptr&&))
(operator=(auto_ptr&&)): Add diagnostic pragmas to suppress
warnings for uses of std::auto_ptr.
* include/experimental/type_traits (is_literal_type_v):
Likewise, for use of std::is_literal_type.
* include/std/condition_variable (condition_variable_any::_Unlock):
Likewise, for use of std::uncaught_exception.

(cherry picked from commit 0943b558171ffc731577c428d6c5f81897b6a034)
libstdc++-v3/include/experimental/bits/shared_ptr.h
libstdc++-v3/include/experimental/type_traits
libstdc++-v3/include/std/condition_variable
This page took 0.062621 seconds and 6 git commands to generate.