-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 3.4.9
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
v3.4
-
-
Platforms 2017-10-02
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
- is duplicated by
-
SERVER-26756 Build fails with boost v1.62.0
- Closed
- links to