diff options
author | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 06:54:31 -0500 |
---|---|---|
committer | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 06:54:31 -0500 |
commit | 8c8ff6c6915ebc5ce30156e3f05bf8d1966ec0a1 (patch) | |
tree | a0f6766525751826800386fbc5dce35c3697c04e /klm/util/string_piece.hh | |
parent | 6c923d45f2aaf960806429d36ca58a41b3a39740 (diff) |
glc hacking
Diffstat (limited to 'klm/util/string_piece.hh')
-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> |