summaryrefslogtreecommitdiff
path: root/decoder
diff options
context:
space:
mode:
Diffstat (limited to 'decoder')
-rwxr-xr-xdecoder/fast_lexical_cast.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/fast_lexical_cast.hpp b/decoder/fast_lexical_cast.hpp
index c1b15042..ae49c934 100755
--- a/decoder/fast_lexical_cast.hpp
+++ b/decoder/fast_lexical_cast.hpp
@@ -2,6 +2,7 @@
#define FAST_LEXICAL_CAST_HPP
#define BOOST_LEXICAL_CAST_ASSUME_C_LOCALE
+// This should make casting to/from string reasonably fast (see http://accu.org/index.php/journals/1375)
#include <boost/lexical_cast.hpp>