mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 20:24:35 -05:00
This means that bit-flag-like types with conversion to bool can be asserted on, like so `REQUIRE(var & Flags::AddNewline)`.
This means that bit-flag-like types with conversion to bool can be asserted on, like so `REQUIRE(var & Flags::AddNewline)`.