From 7b1c246f4b0747fe7d7b76ef036ba0320206383d Mon Sep 17 00:00:00 2001 From: MacroModel Date: Sat, 30 Nov 2024 10:52:45 +0800 Subject: [PATCH] Modify static_assert content --- include/fast_io_core_impl/operations/scan_freestanding.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/fast_io_core_impl/operations/scan_freestanding.h b/include/fast_io_core_impl/operations/scan_freestanding.h index d7bed857..961fa5d0 100644 --- a/include/fast_io_core_impl/operations/scan_freestanding.h +++ b/include/fast_io_core_impl/operations/scan_freestanding.h @@ -333,8 +333,7 @@ template else if constexpr (::fast_io::operations::defines::available_add_ibuf) { static_assert(::fast_io::operations::decay::defines::has_status_scan_define, - "If you want to scan this type of file, please add ::fast_io::basic_ibuf. " - "At the same time, please ensure that this type of file is not blocked, or scanning will block the endless loop."); + "If you want to scan this type of file, please add ::fast_io::basic_ibuf."); return false; } else