Skip to content

wrap regex

Dominik Thoennes requested to merge thoennes/walberla:remove_boost_regex into master

This wraps regex functions (walberla::regex) to only use boost with IBM compilers and the std regex otherwise. Boost regex often causes problems when boost was build with a different compiler version.

Merge request reports