Skip to content

Removing Boost::Regex#223

Merged
arcuru merged 4 commits intoexercism:masterfrom
arcuru:regex
Mar 6, 2019
Merged

Removing Boost::Regex#223
arcuru merged 4 commits intoexercism:masterfrom
arcuru:regex

Conversation

@arcuru
Copy link
Copy Markdown
Contributor

@arcuru arcuru commented Mar 4, 2019

This removes the dependency on Boost::Regex by rewriting the one place we use it (the Robot Name test suite). Switching to std::regex wasn't possible because there are inconsistencies in older compilers' implementations.

@KevinWMatthews
Copy link
Copy Markdown
Contributor

Interesting. I'd wondered why we included Boost::regex.

@arcuru arcuru merged commit 5c4b387 into exercism:master Mar 6, 2019
@arcuru arcuru deleted the regex branch March 6, 2019 15:40
@arcuru arcuru mentioned this pull request Mar 17, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants