26 May
2010
26 May
'10
7:58 a.m.
On Tue, 25 May 2010 16:45:51 +0200, Warren Seine
[..]\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>::* '
Can someone reproduce the bug? If so, is there some kind of workaround, even if it requires hacking the library?
This is due to a bug in Microsoft's standard library and has been worked around on trunk and the current release branch. So you can either grab an updated copy of PTree from there (it should seamlessly integrate with older Boost releases) or wait for the next release. Sebastian