Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

removing explicit reference to std::regex #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aaalgo
Copy link
Contributor

@aaalgo aaalgo commented Jan 10, 2017

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.

@eidheim
Copy link
Owner

eidheim commented Jan 11, 2017

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 19627bb (with you as author).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants