libstdc++: Make net::ip::basic_endpoint comparisons constexpr
authorJonathan Wakely <jwakely@redhat.com>
Fri, 24 Feb 2023 13:00:41 +0000 (13:00 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 24 Feb 2023 14:23:36 +0000 (14:23 +0000)
commit97111dccf97d8b4dbf7c1ef11c72827295a72466
tree161f69e2f295e35b93797c245e7f6fc232af8145
parent80e9bac232fe4b8fcc815761a7c0932b0db49b25
libstdc++: Make net::ip::basic_endpoint comparisons constexpr

libstdc++-v3/ChangeLog:

* include/experimental/internet (basic_endpoint): Add missing
constexpr to comparison operators.
* testsuite/experimental/net/internet/endpoint/cons.cc: New test.
libstdc++-v3/include/experimental/internet
libstdc++-v3/testsuite/experimental/net/internet/endpoint/cons.cc [new file with mode: 0644]