mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-19 08:04:47 +02:00

The backport fixed some bugs (ie #981), but caused strict C++98 (and MSVC 9) compilers to fail. This means that we will reintroduce some issues but get back compatibility with obsolete compilers. People using newer ones can keep using Catch2. This reverts commit b6e7c9bd7a160c07c5de894292022687895c17a3. This reverts commit b7bd52cc98f8a9b646a13241ce8355ba97b8bab3. Should fix #1103