benchmark/cmake
Eric Fiselier c5a362b4d3 Change std::regex detection test to detect bug in libstdc++.
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.
2015-03-06 12:05:19 -05:00
..
AddCXXCompilerFlag.cmake Fix #54 by correcting reference to CXX flags for variants. 2014-10-11 15:13:00 -07:00
CXXFeatureCheck.cmake Fix #50 by using nullptr and adding stricter warning. 2014-10-11 15:52:50 -07:00
GetGitVersion.cmake Do not use CMake CONCAT 2014-08-15 11:09:22 +01:00
gnu_posix_regex.cpp Fix #50 by using nullptr and adding stricter warning. 2014-10-11 15:52:50 -07:00
posix_regex.cpp Fix #50 by using nullptr and adding stricter warning. 2014-10-11 15:52:50 -07:00
std_regex.cpp Change std::regex detection test to detect bug in libstdc++. 2015-03-06 12:05:19 -05:00