summaryrefslogtreecommitdiff
path: root/klm
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
commit64b541ab1490476f662a2bfeb66f237e3e2ed839 (patch)
treeae12d611d827cc203499f3a565ec804f831c767b /klm
parenta59b478536829d8617ffb23eefb87bc771383125 (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')
-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>