Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
3.4.9
-
None
-
Fully Compatible
-
ALL
-
v3.4
-
-
Platforms 2017-10-02
Description
Compilation with Boost 1.62 fails due to this compile error:
src/mongo/db/fts/unicode/string.cpp: In static member function 'static bool mongo::unicode::String::substrMatch(const string&, const string&, mongo::unicode::String::SubstrMatchOptions, mongo::unicode::CaseFoldMode)':
|
src/mongo/db/fts/unicode/string.cpp:277:80: error: no match for 'operator!=' (operand types are 'std::pair<const char*, const char*>' and 'mongo::StringData::const_iterator {aka const char*}')
|
return boost::algorithm::boyer_moore_search(
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
haystack.begin(), haystack.end(), needle.begin(), needle.end()) != haystack.
|
See attachment for the full backtrace
Attachments
Issue Links
- is duplicated by
-
SERVER-26756 Build fails with boost v1.62.0
-
- Closed
-
- links to