mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-21 00:54:46 +02:00

Special member functions are now implicit, which should make them both noexcept and constexpr. The `operator<<` has been made into hidden friend as per best practices.