libstdc++: Remove std::type_info::operator!= for C++20
authorJonathan Wakely <jwakely@redhat.com>
Fri, 7 Feb 2020 20:50:00 +0000 (20:50 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 20 Feb 2020 11:30:19 +0000 (11:30 +0000)
commit20fa41e61fd2d2839ca47e0dfac6976c552ab648
tree8dc61858d3c05872376e7a1c188076f22a617b18
parentc7b591f3868f778ce89b14cbfb81d8e96d0daad2
libstdc++: Remove std::type_info::operator!= for C++20

This function can be synthesized by the compiler now.

* libsupc++/typeinfo (type_info::operator!=): Remove for C++20.
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/typeinfo