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
Fix more issues related to use of nullable<std::unique_ptr<T>>
Also introduce a operator*= for nullable that allow to force assignment
on the nullable with inner type arguments. This allows to avoid picking
wrong overloads