NVM. I found it.
> -----Original Message----- > From: Eric Lemings [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2008 11:24 AM > To: [email protected] > Subject: !ERROR! from gcc 4.3? > > > Any idea why the GCC 4.3 preprocessor is translating this: > > template <class _Type> > class reference_wrapper > { > _Type* _C_ptr; > > public: > > typedef _Type type; > ... > > to this: > > template <class _Type> > class reference_wrapper > { > _Type* _C_ptr; > > public: > > typedef _Type !ERROR!; > ... > > Brad. >
