Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change std::regex detection test to detect bug in libstdc++. | Eric Fiselier | 2015-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 Hamon | 2014-10-11 |
| | |||
* | Resolve regular expression engines | Matt Clarkson | 2014-08-22 |