We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f145a56 commit f0dbe92Copy full SHA for f0dbe92
1 file changed
example/static_cstring/static_cstring_test.cpp
@@ -96,15 +96,18 @@ testCStringTypeTraits()
96
{
97
98
using S = static_cstring<0>;
99
- CStringTypeTraits< S >{};
+ CStringTypeTraits< S > check;
100
+ static_cast<void>(check);
101
}
102
103
using S = static_cstring<63>;
104
105
106
107
108
using S = static_cstring<300>;
109
110
111
112
113
0 commit comments