Skip to content

Commit 2ee474f

Browse files
committed
Revert "Fix release configuration warning"
This reverts commit bbcd229.
1 parent bbcd229 commit 2ee474f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ static void initalization_and_conversion() noexcept
6565
// construct long integer
6666

6767
uint128_t u1; // can't be used as constant expressions
68-
u1 = 0;
69-
assert(u1 == 0);
68+
assert(u1 == u1);
7069

7170

7271
// construct long integer from unsigned integer value

0 commit comments

Comments
 (0)