Skip to content

Commit

Permalink
Fixes #10. NOt sure if required in other places as of yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarpower committed Jun 23, 2023
1 parent c2dde01 commit b5354d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/meta/meta_fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ namespace meta
typename detail::require_constant<T{}()>;
requires T{}() == T::value;

{ T{} } -> typename T::value_type;
{ T{} } -> std::convertible_to<typename T::value_type>;
};
// clang-format on
#endif // META_CONCEPT
Expand Down

0 comments on commit b5354d8

Please sign in to comment.