issues with boost 1.43

Hi:
When compiling boost 1.43.0 (release) from the website, I get the
following errors with the GraphMl library:
compile-c-c++
bin.v2\libs\graph\build\msvc-10.0\debug\link-static\runtime-link-static\gr
aphml.obj
graphml.cpp
C:\Program
Files\boost\boost/property_tree/detail/ptree_implementation.hpp(30) :
error C2440: 'specialization' : cannot convert from 'const std::string
std::_Pair_base<_Ty1,_Ty2>::* ' to 'const
std::basic_string<_Elem,_Traits,_Ax> std::pair<_Ty1,_Ty2>::* '
with
[
_Ty1=const std::string,
_Ty2=boost::property_tree::basic_ptreestd::string,std::string
]
and
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>,
_Ty1=const std::string,
_Ty2=boost::property_tree::basic_ptreestd::string,std::string
]
Standard conversion from pointer-to-member of base to
pointer-to-member of derived is not applied for template arguments
C:\Program
Files\boost\boost/property_tree/detail/ptree_implementation.hpp(78) : see
reference to class template instantiation
'boost::property_tree::basic_ptree
participants (1)
-
Sean Farrow