> -----Original Message-----
> From: Eric Lemings
> Sent: Thursday, July 10, 2008 1:01 PM
> To: '[email protected]'
> Subject: RE: Potential eccp-3.9 bug
>
>
>
> > -----Original Message-----
> > From: Travis Vitek [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 10, 2008 11:41 AM
> > To: [email protected]
> > Subject: Potential eccp-3.9 bug
> >
> >
> > I'm porting the traits to the EDG compiler, and I'm running into
> > failures in the test suite. Here is a simple testcase to
> illustrate...
> >
> > $ cat t.cpp && eccp t.cpp
> > template <int N>
> > struct S
> > {
> > };
>
> I don't get it: that's all there is to the test case?
>
> template <int N> struct S {};
Oh I see: there's another line in it:
const bool a = __has_trivial_constructor( S<1> );
>
> Brad.
>