Skip to content

removing explicit reference to std::regex

Ole Christian Eidheim requested to merge aaalgo:master into master

Created by: aaalgo

Compile failed on old compilers due to explicit reference to std::regex.

My fork also has a change to move the hash function out of the templated class. If this is not desirable, please just fix REGEX_NS and disregard this PR.

Merge request reports