-
Change std::regex detection test to detect bug in libstdc++. · c5a362b4Eric Fiselier authored
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.
c5a362b4
×