Since C++17 the message string for static_assert is optional. Replaces static asserts with an empty string literal with the single-argument variant.
8.4 KiB
8.4 KiB
Since C++17 the message string for static_assert is optional. Replaces static asserts with an empty string literal with the single-argument variant.