1 2 3 4 5 6 7 8 9 10
#ifndef FAST_LEXICAL_CAST_HPP #define FAST_LEXICAL_CAST_HPP #define BOOST_LEXICAL_CAST_ASSUME_C_LOCALE #include <boost/lexical_cast.hpp> using boost::lexical_cast; #endif