[C++-sig] Re: Build errors with VC6

Dave Hawkes daveh at cadlink.com
Tue Jul 16 21:36:30 CEST 2002


Is it in CVS as I'm still geting the same failures?

Thanks
Dave Hawkes

"David Abrahams" <david.abrahams at rcn.com> wrote in message
news:017001c22cec$615e28e0$6501a8c0 at boostconsulting.com...
> Thanks, fixed.
> It's just a stupid VC6-ism.
>
> -Dave
>
> ----- Original Message -----
> From: "Dave Hawkes" <daveh at cadlink.com>
> Newsgroups: gmane.comp.python.c++
> To: <c++-sig at python.org>
> Sent: Tuesday, July 16, 2002 12:50 PM
> Subject: [C++-sig] Build errors with VC6
>
>
> > I'm currently getting build errors (clean source from CVS!) with VC6 in
a
> > number of places ie:
> >
> > h:\projects\boost2\libs\python\src\converter\from_python.cpp(225) :
error
> > C2955: 'type' : use of class template requires template argument list
> >         h:\projects\boost2\boost\type.hpp(15) : see declaration of
'type'
> >
> > This appears to be due to the declaration.
> >
> >
> > BOOST_PYTHON_DECL python::detail::new_reference
> > pytype_result_from_python(PyTypeObject* type, PyObject* source)
> >
> > getting the type identifier from.
> >
> > namespace boost {
> >
> >   // Just a simple "type envelope". Useful in various contexts, mostly
to
> > work
> >   // around some MSVC deficiencies.
> >   template <class T>
> >   struct type {};
> >
> > }
> >
> > Though I don't know why as the namespaces should prevent it.
> >
> > Dave Hawkes
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > C++-sig mailing list
> > C++-sig at python.org
> > http://mail.python.org/mailman/listinfo/c++-sig
> >









More information about the Cplusplus-sig mailing list