mirror of
https://github.com/catchorg/Catch2
synced 2026-01-23 06:12:15 +00:00
Technically, the declaration should not have a space between the quotes and the underscore, because `_foo` is a reserved identifier, but `""_foo` is not. In general it works, but newer Clang versions warn about this, because WG21 wants to deprecate and later remove this form completely.
6.6 KiB
6.6 KiB