libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
authorJonathan Wakely <jwakely@redhat.com>
Mon, 8 Jun 2020 17:08:14 +0000 (18:08 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 8 Jun 2020 20:21:31 +0000 (21:21 +0100)
commit187da2ce31f13b2f75d5bb780e30ee364ead9d1d
tree482cad27ff516b46352fe99b3e484627c7475cc6
parent5fceefeee9a10cfba621d215f011a58badc246ad
libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)

libstdc++-v3/ChangeLog:

* include/bits/unique_ptr.h (operator<<): Define for C++20.
* testsuite/20_util/unique_ptr/io/lwg2948.cc: New test.
libstdc++-v3/include/bits/unique_ptr.h
libstdc++-v3/testsuite/20_util/unique_ptr/io/lwg2948.cc [new file with mode: 0644]