mirror of
https://github.com/catchorg/Catch2.git
synced 2026-09-10 12:34:35 -04:00
c002f18535
Remove the space between "" and the suffix in user-defined literal operators (e.g. operator ""_a instead of operator "" _a) to avoid MSVC deprecation warning C5311.