Skip to content

Commit

Permalink
Merge pull request #999 from MacroModel/master
Browse files Browse the repository at this point in the history
Modify static_assert content
  • Loading branch information
MacroModel authored Nov 30, 2024
2 parents bf634fe + 7b1c246 commit 696ff79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/fast_io_core_impl/operations/scan_freestanding.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ template <typename input, typename... Args>
else if constexpr (::fast_io::operations::defines::available_add_ibuf<input>)
{
static_assert(::fast_io::operations::decay::defines::has_status_scan_define<input>,
"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
Expand Down

0 comments on commit 696ff79

Please sign in to comment.