Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wx257osn2 committed Feb 6, 2024
1 parent 13702d5 commit 4a4324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/include/implementation_macro.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct max{

}

#define MAX_NAME_LENGTH_(name, _0, _1) qoi_benchmark::detail::max{std::string_view{name}.size()} +
#define MAX_NAME_LENGTH_(name, _0, _1) qoi_benchmark::detail::max<std::size_t>{std::string_view{name}.size()} +
#define MAX_NAME_LENGTH_I(name, _0, _1) MAX_NAME_LENGTH_(name, _0, _1) MAX_NAME_LENGTH_II
#define MAX_NAME_LENGTH_II(name, _0, _1) MAX_NAME_LENGTH_(name, _0, _1) MAX_NAME_LENGTH_I
#define MAX_NAME_LENGTH_I_END qoi_benchmark::detail::max<std::size_t>{3/*qoi*/}
Expand Down

0 comments on commit 4a4324c

Please sign in to comment.