r243098 - in /trunk/libstdc++-v3: ChangeLog inc...
ville@gcc.gnu.org
ville@gcc.gnu.org
Thu Dec 1 07:14:00 GMT 2016
Author: ville
Date: Thu Dec 1 07:14:19 2016
New Revision: 243098
URL: https://gcc.gnu.org/viewcvs?rev=243098&root=gcc&view=rev
Log:
The convertible_to traits need to use a variadic catch-all for the
false-cases.
* include/std/istream (__is_convertible_to_basic_istream):
Change the parameter of the false-case of __check to a variadic.
* include/std/ostream (__is_convertible_to_basic_ostream):
Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/istream
trunk/libstdc++-v3/include/std/ostream
More information about the Libstdc++-cvs
mailing list