diff options
Diffstat (limited to 'decoder/fast_lexical_cast.hpp')
-rwxr-xr-x | decoder/fast_lexical_cast.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/decoder/fast_lexical_cast.hpp b/decoder/fast_lexical_cast.hpp new file mode 100755 index 00000000..c1b15042 --- /dev/null +++ b/decoder/fast_lexical_cast.hpp @@ -0,0 +1,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 |