On 1 December 2016 at 09:14, Ville Voutilainen
wrote:
>> Yes it does. Thank you.
> Committed as obvious-enough.
Also, if this change causes one more problem I'm reverting all of it,
we _are_ in stage 3 and this sort of churn
is not exactly desirable. I'm currently hiding in a basement so as to
av
On 1 December 2016 at 08:45, Markus Trippelsdorf wrote:
> On 2016.12.01 at 08:11 +0200, Ville Voutilainen wrote:
>> On 1 December 2016 at 07:38, Markus Trippelsdorf
>> wrote:
>> > It breaks building Firefox:
>>
>> Sigh, when writing a trait, write a proper trait. Does this patch fix
>> the probl
On 2016.12.01 at 08:11 +0200, Ville Voutilainen wrote:
> On 1 December 2016 at 07:38, Markus Trippelsdorf
> wrote:
> > It breaks building Firefox:
>
> Sigh, when writing a trait, write a proper trait. Does this patch fix
> the problem?
Yes it does. Thank you.
--
Markus
On 1 December 2016 at 07:38, Markus Trippelsdorf 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
The convertible_to traits need to use a variadic catch-all for the
false-cases.
*
On 2016.11.30 at 16:25 +, Jonathan Wakely wrote:
> On 30/11/16 17:58 +0200, Ville Voutilainen wrote:
> >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 st
On 30/11/16 17:58 +0200, Ville Voutilainen wrote:
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 stream_type.
(operator>>(_Istream&&, _Tp&&)):
Use __is_conver
2016-11-30 Ville Voutilainen
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 stream_type.
(operator>>(_Istream&&, _Tp&&)):
Use __is_convertible_to_basic