]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove deprecated comparison operators for RB trees
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Aug 2020 16:04:49 +0000 (17:04 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 19 Aug 2020 16:04:49 +0000 (17:04 +0100)
commit5abc821556e141c9b7003877d09d9dd9e9f98ae7
tree53ff8373e601f975f903a99e0a86b74d958a5789
parent386fd16c551188e20d5b1684b7139e4269f9a739
libstdc++: Remove deprecated comparison operators for RB trees

These functions were deprecated in GCC 9.1.0 because they are never used
by the library. This patch removes them for GCC 11.

libstdc++-v3/ChangeLog:

* include/bits/stl_tree.h (operator!=, operator>, operator<=)
(operator>=): Remove deprecated functions.
libstdc++-v3/include/bits/stl_tree.h