diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-03-25 19:26:28 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-03-25 19:26:28 -0400 |
commit | 7a37455da0b3af1c7cde54f423d9d29d0d15c2a3 (patch) | |
tree | a62db5533f1b944dd241685753e8bbca3a457092 /klm/util | |
parent | 81530929d7f1655dccc0a1ac12d42442802d453f (diff) | |
parent | 559468b06aee9e21abe7c62ad078bce52c17ef57 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'klm/util')
-rw-r--r-- | klm/util/string_piece.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/klm/util/string_piece.hh b/klm/util/string_piece.hh index e48ce3d9..2583db5e 100644 --- a/klm/util/string_piece.hh +++ b/klm/util/string_piece.hh @@ -48,7 +48,10 @@ #ifndef BASE_STRING_PIECE_H__ #define BASE_STRING_PIECE_H__ -#include "util/have.hh" +//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 #ifdef HAVE_BOOST #include <boost/functional/hash/hash.hpp> |