[C++-sig] string conversion / passing binary data

Achim Domma achim at procoders.net
Mon Nov 18 08:21:51 CET 2002


> -----Original Message-----
> From: c++-sig-admin at python.org [mailto:c++-sig-admin at python.org]On
> Behalf Of David Abrahams

> IIRC this bug has been fixed in the Boost CVS.

Trying to use the current CVS state, I get the following errors:

E:\cvsroot\boost\boost\mpl\aux_\has_rebind.hpp(27) : error C2065:
'has_rebind_impl' : undeclared identifier
E:\cvsroot\boost\boost\mpl\aux_\has_rebind.hpp(27) : error C2065: 'rebind' :
undeclared identifier
E:\cvsroot\boost\boost\mpl\aux_\has_rebind.hpp(29) : error C2501:
'BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF' : missing storage-class or type
specifiers
E:\cvsroot\boost\boost\mpl\aux_\has_rebind.hpp(29) : error C2078: too many
initializers
E:\cvsroot\boost\boost\mpl\aux_\has_rebind.hpp(29) : error C2143: syntax
error : missing ';' before ''template<''

Do I have to checkout a special version of mpl?

regards,
Achim





More information about the Cplusplus-sig mailing list