
Antony Polukhin <antoshkka <at> gmail.com> writes:
2015-12-22 21:31 GMT+03:00 <dariomt <at> gmail.com>:Trying to compile
file libs/date_time/src/gregorian/greg_month.cpp I get an error related to Boost.LexicalCast.
Hi,
Sorry for the late response. I've applied this fix to the develop
branch: https://github.com/boostorg/lexical_cast/commit/abf7441dd4de2d4b7 5c3d680c5fe4d360f324f6e
Could you please try it out? If everything will work fine, then it will
be in boost_1_61_0.-- Best regards,Antony Polukhin
Thanks for your efforts! I just tried your fix: it still fails with the same problem, but now in another template specialization: Stripped error: "boost/1_59_0/boost/lexical_cast/try_lexical_convert.hpp", line 160: Error: Ambiguous partial specialization for boost::detail::is_char_array_to_stdstring<std::string, const char*>, boost::detail::is_char_array_to_stdstring<boost::container::basic_string< boost::detail::CharT, boost::detail::Traits, boost::detail::Alloc>, const boost::detail::CharT*> I think boost::detail::is_char_array_to_stdstring would also need a similar workaround. Regards