> -----Original Message----- > From: Travis Vitek [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2008 2:36 PM > To: [email protected] > Subject: RE: Another potential hole in the tuple specs > > ... > The following testcase works just fine (on acc-6.16, gcc-4.3.1 & > msvc-8.0) > > namespace std { > > > struct _Ignore > { > template <class _TypeT> > void operator=(const _TypeT&) const > { > } > };
This would probably work also. In any case, I've got it working now. I'm currently enhancing the tuple test suite and doing more extensive testing. Brad.
