Skip to content

Commit

Permalink
Merge pull request #7 from cppfastio/master
Browse files Browse the repository at this point in the history
  • Loading branch information
havedifficultyinfindingnames committed Feb 11, 2023
2 parents c8e1ffa + 5c81278 commit b876fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_io_core_impl/integers/pointer.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct my_constant_passer
};

template<::std::integral char_type,::std::size_t n>
inline consteval my_constant_passer<char_type,n> compute_char_literal_array_type(char_type (&s)[n]) noexcept
inline consteval my_constant_passer<char_type,n> compute_char_literal_array_type(char_type (&)[n]) noexcept
{
return {};
}
Expand Down

0 comments on commit b876fa8

Please sign in to comment.