dummy commit to trigger action

This commit is contained in:
Vogel, Rick 2023-03-17 11:36:44 +01:00
parent d52c843d86
commit a841ef876f
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ namespace QskRgb
return qRgba( r, g, b, a );
}
#define QSK_CHECK_CONSTEXPR_LITERAL
#define QSK_CHECK_CONSTEXPR_LITERAL 1
#ifdef QSK_CHECK_CONSTEXPR_LITERAL
static_assert( "#123456"_rgba == 0xFF123456, "not constexpr" );
static_assert( "#123456"_argb == 0xFF123456, "not constexpr" );