summaryrefslogtreecommitdiff
path: root/decoder/fast_lexical_cast.hpp
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-12 01:19:27 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-12 01:19:27 +0000
commit734d2f82f79c3bfa4ee8d57d0ab6c1eafa6b91cc (patch)
treeb5b7a301e52927ed6bfd3c3e0b056bb4a9af920a /decoder/fast_lexical_cast.hpp
parentaa306c4142789fc2462dc65d94321e026b722ed8 (diff)
fidget
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@532 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/fast_lexical_cast.hpp')
-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>