We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee474f commit 49972bfCopy full SHA for 49972bf
1 file changed
examples/main.cpp
@@ -65,7 +65,8 @@ static void initalization_and_conversion() noexcept
65
// construct long integer
66
67
uint128_t u1; // can't be used as constant expressions
68
- assert(u1 == u1);
+ u1 = 0;
69
+ assert(u1 == 0);
70
71
72
// construct long integer from unsigned integer value
0 commit comments