Commits

Eric Fiselier authored c5a362b4d3d
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.