Skip to content

Moved from boost::regex to std::regex

Simone Bologna requested to merge regex_fix into master

Replaces some boost::regex calls with std::regex in order to not depend on the boost::regex library.

Merge request reports