diff --git a/include/ylt/struct_pack/reflection.hpp b/include/ylt/struct_pack/reflection.hpp index c7b054c3da..cd3fad0279 100644 --- a/include/ylt/struct_pack/reflection.hpp +++ b/include/ylt/struct_pack/reflection.hpp @@ -193,12 +193,15 @@ struct has_user_defined_id_impl< template constexpr bool has_user_defined_id = has_user_defined_id_impl::value; +template +struct constant_checker{}; + template struct has_user_defined_id_ADL_impl : std::false_type {}; template struct has_user_defined_id_ADL_impl< - T, std::void_t>> + T, std::void_t)>> : std::true_type {}; template