From 71eb8b4500ad745710c4f29dd9e97793cea43b0b Mon Sep 17 00:00:00 2001 From: graehl Date: Thu, 12 Aug 2010 01:21:10 +0000 Subject: decoder->utils git-svn-id: https://ws10smt.googlecode.com/svn/trunk@533 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/fast_lexical_cast.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 decoder/fast_lexical_cast.hpp (limited to 'decoder/fast_lexical_cast.hpp') 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 - -using boost::lexical_cast; - -#endif -- cgit v1.2.3