boost::lexical_cast question
Posted: 10 May 2013, 15:39
i compile game with 0.9.5 for android, and i get error in boost.
i don't know why, but the error is cause by boost::lexical_cast.
so i comment all the #include <boost/lexical_cast.hpp> in api and use atof instead, the compile success and the game work.
i don't know why, but the error is cause by boost::lexical_cast.
so i comment all the #include <boost/lexical_cast.hpp> in api and use atof instead, the compile success and the game work.