mirror of
https://github.com/google/benchmark.git
synced 2025-03-06 15:20:10 +08:00
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 |