catch2/src
Martin Hořeňovský 081a1e9aba
ColourGuard is no longer constructed engaged
Forcing it to be engaged explicitly, either via `op<<`, or by
`ColourGuard::engage`, fixes an issue with multiple `ColourGuard`s
being constructed in a single expression. Because the construction
of the `ColourGuard` instances can happen in arbitrary order,
colours would be applied in arbitrary order too. However, a chain
of `op<<`s has strict call orders, fixing this issue.
2022-03-24 16:02:54 +01:00
..
catch2 ColourGuard is no longer constructed engaged 2022-03-24 16:02:54 +01:00
CMakeLists.txt Generate Visual Studio project files with constant project guids 2022-03-18 00:21:12 +01:00