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
It would be valuable to reassign container objects inline using the = operator. For example, I have workflows where I iteratively build containers while discarding old versions. It would be very convenient to do so via something like:
It would be valuable to reassign container objects inline using the
=
operator. For example, I have workflows where I iteratively build containers while discarding old versions. It would be very convenient to do so via something like:This does not currently work, and I believe we need to add an overloaded
=
operator for each container with an implementation likeWe will probably need to do some accounting with the
ygm_ptr
s for the objects in this case, though.The text was updated successfully, but these errors were encountered: