]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Implement some missing functions for net::ip::network_v6
authorJonathan Wakely <jwakely@redhat.com>
Thu, 1 Feb 2024 10:08:05 +0000 (10:08 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 2 Feb 2024 10:27:16 +0000 (10:27 +0000)
commit5b069117e261ae0b438aee0cdff8707827810adf
tree9851428adf06da2a96d2f90748834fe14fd48bf0
parenta6286584e5536d1853a851b8c2ac3196956e3068
libstdc++: Implement some missing functions for net::ip::network_v6

libstdc++-v3/ChangeLog:

* include/experimental/internet (network_v6::network): Define.
(network_v6::hosts): Finish implementing.
(network_v6::to_string): Do not concatenate std::string to
arbitrary std::basic_string specialization.
* testsuite/experimental/net/internet/network/v6/cons.cc: New
test.
libstdc++-v3/include/experimental/internet
libstdc++-v3/testsuite/experimental/net/internet/network/v6/cons.cc [new file with mode: 0644]