Skip to content

Commit

Permalink
Fix release configuration warning
Browse files Browse the repository at this point in the history
  • Loading branch information
devatrun committed Dec 17, 2021
1 parent 2ee474f commit 49972bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ static void initalization_and_conversion() noexcept
// construct long integer

uint128_t u1; // can't be used as constant expressions
assert(u1 == u1);
u1 = 0;
assert(u1 == 0);


// construct long integer from unsigned integer value
Expand Down

0 comments on commit 49972bf

Please sign in to comment.