mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/mongodb: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11210 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
b1f81c470c
commit
aa98e596a8
@@ -1,15 +0,0 @@
|
||||
Derived from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/databases/mongodb/patches/patch-src_mongo_db_fts_unicode_string.cpp v1.1
|
||||
|
||||
* Fix build with boost 1.62.0
|
||||
|
||||
--- a/src/mongo/db/fts/unicode/string.cpp 2016-09-26 12:10:04.000000000 +0000
|
||||
+++ b/src/mongo/db/fts/unicode/string.cpp
|
||||
@@ -274,7 +274,7 @@ bool String::substrMatch(const std::stri
|
||||
|
||||
// Case sensitive and diacritic sensitive.
|
||||
return boost::algorithm::boyer_moore_search(
|
||||
- haystack.begin(), haystack.end(), needle.begin(), needle.end()) != haystack.end();
|
||||
+ haystack.begin(), haystack.end(), needle.begin(), needle.end()) != std::make_pair(haystack.end(), haystack.end());
|
||||
}
|
||||
|
||||
} // namespace unicode
|
||||
Reference in New Issue
Block a user