summaryrefslogtreecommitdiff
path: root/decoder/fast_lexical_cast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/fast_lexical_cast.hpp')
-rwxr-xr-xdecoder/fast_lexical_cast.hpp10
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