summaryrefslogtreecommitdiff
path: root/decoder/fast_lexical_cast.hpp
blob: c1b15042a6b7b8871816fbc2e4395a7044a5cd40 (plain)
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