Skip to content

Commit 405cd9b

Browse files
authored
Patch 4 (#1191)
* Update print_freestanding_cxx26.h * Update print_freestanding_cxx20.h
1 parent b77d9f5 commit 405cd9b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

include/fast_io_core_impl/operations/printimpl/print_freestanding_cxx20.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ inline constexpr scatter_rsv_result find_continuous_scatters_reserve_n()
141141
{
142142
if constexpr (sizeof...(Args) == 0)
143143
{
144-
return {1, 0, ::fast_io::details::intrinsics::add_or_overflow_die_chain(static_cast<::std::size_t>(0), static_cast<::std::size_t>(1))};
144+
return {1, 0, 1};
145145
}
146146
else
147147
{

include/fast_io_core_impl/operations/printimpl/print_freestanding_cxx26.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#error "We do not recommend using this header file for the time being."
4+
35
namespace fast_io
46
{
57

0 commit comments

Comments
 (0)