diff options
author | Ville Voutilainen <ville.voutilainen@gmail.com> | 2016-11-30 18:32:24 +0200 |
---|---|---|
committer | Ville Voutilainen <ville@gcc.gnu.org> | 2016-11-30 18:32:24 +0200 |
commit | 3ba9051e4406f0a996c1087ca1c9305e31790738 (patch) | |
tree | 65ec96857ca13f68065af03db2ff3bff37f43652 /gcc | |
parent | 917b47be741ba60bec25b75fb0e55e9fdd908f94 (diff) | |
download | gcc-3ba9051e4406f0a996c1087ca1c9305e31790738.zip gcc-3ba9051e4406f0a996c1087ca1c9305e31790738.tar.gz gcc-3ba9051e4406f0a996c1087ca1c9305e31790738.tar.bz2 |
Fix testsuite failures caused by the patch implementing LWG 2534.
* include/std/istream (__is_convertible_to_basic_istream):
Change the return types of __check, introduce istream_type.
(operator>>(_Istream&&, _Tp&&)):
Use __is_convertible_to_basic_istream::istream_type as the return type.
* include/std/ostream (__is_convertible_to_basic_ostream):
Change the return types of __check, introduce ostream_type.
(operator>>(_Ostream&&, _Tp&&)):
Use __is_convertible_to_basic_ostream::ostream_type as the return type.
From-SVN: r243036
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions