fix: warning C4138 '*/' found outside of comment

This commit is contained in:
mutouyun 2023-05-27 21:23:50 +08:00
parent 3cb323d748
commit 9be0651ae8

View File

@ -152,7 +152,7 @@ inline auto make_grip(char const *func, level level_limit = level::info) noexcep
return make_grip(func, make_std_out(), level_limit); return make_grip(func, make_std_out(), level_limit);
} }
inline auto make_grip(char const */*ignore*/, char const *func, level level_limit = level::info) noexcept { inline auto make_grip(char const * /*ignore*/, char const *func, level level_limit = level::info) noexcept {
return make_grip(func, make_std_out(), level_limit); return make_grip(func, make_std_out(), level_limit);
} }