LWG 2989 hide path iostream operators from normal lookup
[gcc.git] / libstdc++-v3 / ChangeLog
index bdf20606bc9a3ad9a0c3a0ac3843f40b7deb5926..0b81f047a178cb8d25a78557bc011300938fc247 100644 (file)
@@ -1,5 +1,10 @@
 2018-06-18  Jonathan Wakely  <jwakely@redhat.com>
 
+       LWG 2989 hide path iostream operators from normal lookup
+       * include/bits/fs_path.h (operator<<, operator>>): Define inline as
+       friends.
+       * testsuite/27_io/filesystem/path/io/dr2989.cc: New.
+
        LWG 3050 Fix cv-qualification of convertibility constraints
        * include/std/chrono (duration, operator*, operator/, operator%): Use
        const-qualified type as source type in is_convertible constraints.