aboutsummaryrefslogtreecommitdiff
path: root/cmake/std_regex.cpp
Commit message (Collapse)AuthorAge
* Change std::regex detection test to detect bug in libstdc++.Eric Fiselier2015-03-06
| | | | | | | libstdc++'s std::regex has (or had) a bug in std::regex::operator=(...) that caused undefined behaviour. Clang will detect this and compile the function so that it crashes at runtime. This patch tried to detect that bug during configuration.
* Fix #50 by using nullptr and adding stricter warning.Dominic Hamon2014-10-11
|
* Resolve regular expression enginesMatt Clarkson2014-08-22