diff options
Diffstat (limited to 'klm')
-rw-r--r-- | klm/util/string_piece.hh | 2 |
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> |