libstdc++: Simplify std::totally_ordered (LWG 3331)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Feb 2020 21:40:03 +0000 (21:40 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 19 Feb 2020 21:40:03 +0000 (21:40 +0000)
commit0294dc5f4eec5a07d70fac48f75c498c3b1a339b
tree60bf1841275438ef8d86f25753108a0488f78026
parent241ed965509ac931e9ae5f331d0294c1ee4ccd89
libstdc++: Simplify std::totally_ordered (LWG 3331)

* include/std/concepts (__detail::__partially_ordered_with): Move here
from <compare>.
(totally_ordered, totally_ordered_with): Use __partially_ordered_with
to simplify definition (LWG 3331).
* libsupc++/compare (__detail::__partially_ordered_with): Move to
<concepts>.
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/concepts
libstdc++-v3/libsupc++/compare