Skip to content

Commit

Permalink
prt freestanding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Jan 21, 2024
1 parent adc1f2e commit ad03135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_io_core_impl/operations/print_freestanding.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ inline constexpr void print_control_single(output outstm,T t)
else
{
auto [resit, done] = st.print_context_define(t,bcurr,bed);
obuffer_set_curr(resit);
obuffer_set_curr(outstm, resit);
if(done)
#if __has_cpp_attribute(likely)
[[likely]]
Expand Down

0 comments on commit ad03135

Please sign in to comment.