Skip to content

Commit

Permalink
fix cond.h
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Jul 9, 2023
1 parent e0955a4 commit 75f2daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fast_io_freestanding_impl/cond.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ inline constexpr void print_define(io_reserve_type_t<char_type,::fast_io::manipu
{
if(c.pred)
{
print_freestanding(b,c.t1);
::fast_io::io::operations::print_freestanding<false>(b,c.t1);
}
else
{
print_freestanding(b,c.t2);
::fast_io::io::operations::print_freestanding<false>(b,c.t2);
}
}

Expand Down

0 comments on commit 75f2daf

Please sign in to comment.