Files
loongoffice/external/boost/ubsan.patch.0
Stephan Bergmann e52948e7b7 external/boost: Work around -fsanitize=bool
Change-Id: I4a34c2ced30770dace39ffd39a530f719174ca7e
2015-01-07 17:49:52 +01:00

12 lines
349 B
Plaintext

--- boost/algorithm/string/find_iterator.hpp
+++ boost/algorithm/string/find_iterator.hpp
@@ -240,7 +240,7 @@
m_Match(Other.m_Match),
m_Next(Other.m_Next),
m_End(Other.m_End),
- m_bEof(Other.m_bEof)
+ m_bEof(Other.eof())
{}
//! Constructor