diff options
Diffstat (limited to 'decoder/fast_lexical_cast.hpp')
-rwxr-xr-x | decoder/fast_lexical_cast.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/decoder/fast_lexical_cast.hpp b/decoder/fast_lexical_cast.hpp deleted file mode 100755 index ae49c934..00000000 --- a/decoder/fast_lexical_cast.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef FAST_LEXICAL_CAST_HPP -#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> - -using boost::lexical_cast; - -#endif |