This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3 PATCH] Fix testsuite failures caused by the patch implementing LWG 2534.


On 1 December 2016 at 07:38, Markus Trippelsdorf <markus@trippelsdorf.de> wrote:
> It breaks building Firefox:


Sigh, when writing a trait, write a proper trait. Does this patch fix
the problem?

2016-12-01  Ville Voutilainen  <ville.voutilainen@gmail.com>

    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.

Attachment: lwg2534_fix_trait.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]