diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-04-22 22:54:34 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-04-22 22:54:34 +0100 |
commit | 0d2dbae406c0c524436d9f818f4e06b3ff7eb964 (patch) | |
tree | ae218c9ffa6c30597b30fb4862e465d7a00bb975 /gcc | |
parent | aa12ab2e93b6fd7c0c5292504b0bbe2dd304e5ed (diff) | |
download | gcc-0d2dbae406c0c524436d9f818f4e06b3ff7eb964.zip gcc-0d2dbae406c0c524436d9f818f4e06b3ff7eb964.tar.gz gcc-0d2dbae406c0c524436d9f818f4e06b3ff7eb964.tar.bz2 |
libstdc++: Remove non-standard feature test macros
These macros were replaced by __cpp_lib_map_try_emplace and
__cpp_lib_unordered_map_try_emplace, because those names are more
descriptive. We've kept both old and new names so far, but I think we
can remove the old ones now.
* include/bits/stl_map.h (__cpp_lib_map_insertion): Remove old
macro.
* include/bits/unordered_map.h (__cpp_lib_unordered_map_insertion):
Likewise.
* include/std/version (__cpp_lib_map_insertion)
(__cpp_lib_unordered_map_insertion): Remove.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions