gcc/libstdc++-v3/testsuite/27_io
Ville Voutilainen 5e88d2d08d PR libstdc++/80675, PR libstdc++/80940
* include/std/istream:
(__is_convertible_to_basic_istream_test(basic_istream<_Ch, _Up>*)): New.
(__do_is_convertible_to_basic_istream_impl): Likewise.
(__is_convertible_to_basic_istream_impl): Likewise.
(__is_convertible_to_basic_istream): Use the new base.
(__rvalue_istream_type): New.
(operator>>(_Istream&&, _Tp&&)): Use the new helper alias
for the SFINAE check, convert to the helper alias type before
doing the actual extraction.
* include/std/ostream:
(__is_convertible_to_basic_ostream_test(basic_ostream<_Ch, _Up>*)): New.
(__do_is_convertible_to_basic_ostream_impl): Likewise.
(__is_convertible_to_basic_ostream_impl): Likewise.
(__is_convertible_to_basic_ostream): Use the new base.
(__rvalue_ostream_type): New.
(operator<<(_Ostream&&, const _Tp&)): Use the new helper alias
for the SFINAE check, convert to the helper alias type before
doing the actual insertion.
* testsuite/27_io/rvalue_streams-2.cc: Add new tests.

From-SVN: r249468
2017-06-21 22:53:26 +03:00
..
basic_filebuf Update copyright years. 2017-01-01 13:07:43 +01:00
basic_fstream Define cxx11-abi effective target for libstdc++ tests 2017-01-13 14:57:33 +00:00
basic_ifstream Update copyright years. 2017-01-01 13:07:43 +01:00
basic_ios Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 2017-06-14 20:38:30 +01:00
basic_iostream Update copyright years. 2017-01-01 13:07:43 +01:00
basic_istream Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
basic_istringstream Update copyright years. 2017-01-01 13:07:43 +01:00
basic_ofstream Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
basic_ostream Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00
basic_ostringstream Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
basic_streambuf PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof() 2017-06-02 19:35:37 +01:00
basic_stringbuf Update copyright years. 2017-01-01 13:07:43 +01:00
basic_stringstream Update copyright years. 2017-01-01 13:07:43 +01:00
fpos Update copyright years. 2017-01-01 13:07:43 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00
ios_base Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00
manipulators Update copyright years. 2017-01-01 13:07:43 +01:00
objects Update copyright years. 2017-01-01 13:07:43 +01:00
types Update copyright years. 2017-01-01 13:07:43 +01:00
rvalue_streams-2.cc PR libstdc++/80675, PR libstdc++/80940 2017-06-21 22:53:26 +03:00
rvalue_streams.cc Update copyright years. 2017-01-01 13:07:43 +01:00