Building from sources will fail with default settings (regex support), with lots of errors similar to:
Workaround: set USE_BOOST_REGEX=OFF
Conclusion
None
Activity
Show:
Richard Chapman July 4, 2018 at 1:47 PM
Alternative workaround - set ICU_REQUIRES_CPP11=1
We should add a test for the boost version and use cpp11 when building eclregex.cpp if it's modern enough
Richard Chapman July 2, 2018 at 2:02 PM
I suspect depends on the version of boost, and that we need to remove the code that causes our regex usage to not use cpp11 flag if boost version is high enough
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Building from sources will fail with default settings (regex support), with lots of errors similar to:
Workaround: set USE_BOOST_REGEX=OFF