This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Results for g++ 3.1 application testing on i686-pc-linux-gnu


>>>>> "Peter" == Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> writes:

> the checking value of boost::has_trivial_constructor<empty_UDT>::value...failed
>         found: 0 expected 1

> Well, I narrowed the first of these tests down to some lines. Here is the
> test.

>...
> #define BOOST_HAS_TRIVIAL_CONSTRUCTOR(T) false
>...

In this reduced testcase, has_trivial_constructor will always be false, and
the test will fail.

Jason


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