$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-05-06 19:49:52
"John Nagle" <nagle_at_[hidden]> wrote in message news:409A856E.3060006_at_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