mirror of
https://github.com/google/benchmark.git
synced 2024-12-27 13:00:36 +08:00
c5a362b4d3
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. |
||
---|---|---|
.. | ||
AddCXXCompilerFlag.cmake | ||
CXXFeatureCheck.cmake | ||
GetGitVersion.cmake | ||
gnu_posix_regex.cpp | ||
posix_regex.cpp | ||
std_regex.cpp |