mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-03 05:23:52 +00:00
Placed the contents of the macros into do{…}while(0) so they can be used as statements (e.g. after an if() with no braces). Also means they now require the closing ;