summaryrefslogtreecommitdiff
path: root/klm/util/string_piece.hh
diff options
context:
space:
mode:
authorjon.h.clark <jon.h.clark@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-11-12 20:22:21 +0000
committerjon.h.clark <jon.h.clark@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-11-12 20:22:21 +0000
commit61ad712827d3de89a5c62d4149e070f566729b4d (patch)
treee5553221088e03a48effc64de337219a58772ab0 /klm/util/string_piece.hh
parent55665aa2abe7f9a52e9b24a94ad32bc850e5b2db (diff)
Enable boost hashing of stringpiece
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@715 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'klm/util/string_piece.hh')
-rw-r--r--klm/util/string_piece.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/util/string_piece.hh b/klm/util/string_piece.hh
index 3ac2f8a7..4557173b 100644
--- a/klm/util/string_piece.hh
+++ b/klm/util/string_piece.hh
@@ -51,7 +51,7 @@
//Uncomment this line if you use ICU in your code.
//#define HAVE_ICU
//Uncomment this line if you want boost hashing for your StringPieces.
-//#define HAVE_BOOST
+#define HAVE_BOOST
#include <cstring>
#include <iosfwd>