Simple-Web-Server icon indicating copy to clipboard operation
Simple-Web-Server copied to clipboard

removing explicit reference to std::regex

Open aaalgo opened this issue 8 years ago • 1 comments

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.

aaalgo avatar Jan 10 '17 16:01 aaalgo

Thank you, though I need the case_insensitive_equals and case_insensitive_hash to be non-templated classes in order to be able to move headers to for instance Simple-WebSocket-Server without performing copy on a connection upgrade.

Regarding the REGEX_NS, I added https://github.com/eidheim/Simple-Web-Server/commit/19627bbe6bdfc85c627b4f1f038f43ef0f6b704d (with you as author).

eidheim avatar Jan 11 '17 10:01 eidheim