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
e.g. GraphicsSurfaces::paths::abs_matrix_data_type should be EqualityComparable, CopyConstructible, CopyAssignable, Destructible, and probably Swappable (it gets that by being MoveConstructible and MoveAssignable but maybe we should ensure that implementers do not disable it).
The text was updated successfully, but these errors were encountered:
e.g.
GraphicsSurfaces::paths::abs_matrix_data_type
should beEqualityComparable
,CopyConstructible
,CopyAssignable
,Destructible
, and probablySwappable
(it gets that by being MoveConstructible and MoveAssignable but maybe we should ensure that implementers do not disable it).The text was updated successfully, but these errors were encountered: