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
Right now, polys can only be copy-constructed. It might be useful to allow polys to be created from any other poly that has a superset of the requirements. This would require the ability to copy the right parts of the vtable into the destination poly, but that might be inefficient.
Right now,
poly
s can only be copy-constructed. It might be useful to allowpoly
s to be created from any otherpoly
that has a superset of the requirements. This would require the ability to copy the right parts of the vtable into the destinationpoly
, but that might be inefficient.Thanks to @atomgalaxy for proposing that feature.
The text was updated successfully, but these errors were encountered: