Skip to content

Instantly share code, notes, and snippets.

@boecko
Last active December 29, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boecko/7698586 to your computer and use it in GitHub Desktop.
Save boecko/7698586 to your computer and use it in GitHub Desktop.
clucene-core-patch for homebrew/mavericks
--- src/CLucene/search/FieldCacheImpl.cpp~ 2008-10-23 19:44:36.000000000 +0200
+++ src/CLucene/search/FieldCacheImpl.cpp 2013-11-28 22:46:29.000000000 +0100
@@ -11,6 +11,8 @@
CL_NS_USE(index)
CL_NS_DEF(search)
+using ::wcschr;
+
FieldCacheImpl::FieldCacheImpl():
cache(false,true){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment