Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Sep 18, 2023
1 parent 3b8eb24 commit e90c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ylt/struct_pack/reflection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ struct has_user_defined_id_ADL_impl : std::false_type {};

template <typename T>
struct has_user_defined_id_ADL_impl<
T, std::void_t<decltype(constant_checker<struct_pack_id((T*)nullptr)>)>>
T, std::void_t<constant_checker<struct_pack_id((T*)nullptr)>>>
: std::true_type {};

template <typename T>
Expand Down

0 comments on commit e90c032

Please sign in to comment.