
22 May
2006
22 May
'06
4:57 a.m.
David Abrahams <dave@boost-consulting.com> 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