
7 May
2004
7 May
'04
12:49 a.m.
"John Nagle" <nagle@animats.com> wrote in message news:409A856E.3060006@animats.com... | 2. VC++ 6.x complains about references to a zero-sized array for | | template< std::size_t m > | inline void copy( const char( & s )[ m ] ) | { | copy( s, m ); | } vc6 is wierd in this regard. I have a workaround for this stuff in collection traits: remove the &. br Thorsten