Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2006-05-22 00:57:17


David Abrahams <dave_at_[hidden]> writes:

> Not to mention quite a few vc6-bug-specific problems (just about every
> test fails with this error):
>
> test_exported.cpp
> ..\..\..\boost/serialization/array.hpp(69) : error C2265:
> '<Unknown>' : reference to a zero-sized array is illegal

This one *was* there before I came to the code, AFAICT, though.

vc6 gives the same error for this:

  template <class T, int N>
  void f(T (&)[N])
  {
  }

Please confirm that this stuff never worked with vc6.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk