The convertible_to traits need to use a variadic catch-all for the false-cases.
authorVille Voutilainen <ville.voutilainen@gmail.com>
Thu, 1 Dec 2016 07:14:19 +0000 (09:14 +0200)
committerVille Voutilainen <ville@gcc.gnu.org>
Thu, 1 Dec 2016 07:14:19 +0000 (09:14 +0200)
commitd9b2d86c74a2153b07fb9d63baf220d385043a9d
treea94d475c4ea306395f365d810a020e23a68218ca
parentf73ee211c30c292316ffa6f55eca3531c67a4de7
The convertible_to traits need to use a variadic catch-all for the false-cases.

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.

From-SVN: r243098
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/istream
libstdc++-v3/include/std/ostream