You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and force the specialization to inherit from product_type_tag. This is intrusive and don't check all. The definition should probe that the specialization product_type_traits<T> provides the good interface instead, or better yet that the product_type interface is respected.
The advantage of the tag however is that it improves compile time.
The text was updated successfully, but these errors were encountered:
is_product_type
is defined now as followsand force the specialization to inherit from
product_type_tag
. This is intrusive and don't check all. The definition should probe that the specializationproduct_type_traits<T>
provides the good interface instead, or better yet that theproduct_type
interface is respected.The advantage of the tag however is that it improves compile time.
The text was updated successfully, but these errors were encountered: