Boost logo

Boost :

Subject: Re: [boost] [type_traits] common_type fails when typeof is not used
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-01-13 07:13:55


> I guess that we can change the test code so the default constructor is
> explicit to avoid this Sun error
>
> struct C1 {
> C1() {};
> };
>
> struct C2 {
> C1() {};};

I tried that with sun on Linux and get the same error :-(

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk