Re: [PATCH] libstdc++: Fix the test for rvalue stream extraction

2020-12-15 Thread Jonathan Wakely via Gcc-patches
On 15/12/20 12:13 +0200, Ville Voutilainen via Libstdc++ wrote: libstdc++-v3/ChangeLog: * testsuite/27_io/rvalue_streams.cc: Run the extraction to a char* for C++17 and lower only. OK, thanks. diff --git a/libstdc++-v3/testsuite/27_io/rvalue_streams.cc b/libstdc++-

[PATCH] libstdc++: Fix the test for rvalue stream extraction

2020-12-15 Thread Ville Voutilainen via Gcc-patches
libstdc++-v3/ChangeLog: * testsuite/27_io/rvalue_streams.cc: Run the extraction to a char* for C++17 and lower only. diff --git a/libstdc++-v3/testsuite/27_io/rvalue_streams.cc b/libstdc++-v3/testsuite/27_io/rvalue_streams.cc index ad4d11c7cf3..487aa4deedd 100644 --- a/