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
I wonder if the value_type in xvariable_masked_view should be an xoptional<xmasked_value<T, B1>, B2> instead of xmasked_value<xoptional<T, B1>, B2>, because other variable types contains xoptionals
The text was updated successfully, but these errors were encountered:
I wonder if the
value_type
inxvariable_masked_view
should be anxoptional<xmasked_value<T, B1>, B2>
instead ofxmasked_value<xoptional<T, B1>, B2>
, because other variable types containsxoptional
sThe text was updated successfully, but these errors were encountered: