> -----Original Message----- > From: Eric Lemings > Sent: Thursday, July 10, 2008 1:01 PM > To: 'dev@stdcxx.apache.org' > Subject: RE: Potential eccp-3.9 bug > > > > > -----Original Message----- > > From: Travis Vitek [mailto:Travis.Vitek@roguewave.com] > > Sent: Thursday, July 10, 2008 11:41 AM > > To: dev@stdcxx.apache.org > > 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 > > struct S > > { > > }; > > I don't get it: that's all there is to the test case? > > template struct S {}; Oh I see: there's another line in it: const bool a = __has_trivial_constructor( S<1> ); > > Brad. >