diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-12 01:19:27 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-12 01:19:27 +0000 |
commit | e52c3fd7f441b2bd7c1dbf3972de7f672d897745 (patch) | |
tree | 5a0729270a5f064ad173fb673e360bea9d594d98 /decoder | |
parent | c8e90b60480f450745d347e2975b0456563e93e3 (diff) |
fidget
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@532 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder')
-rwxr-xr-x | decoder/fast_lexical_cast.hpp | 1 |
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> |