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
Adds explicit conversion of multi_ptr<T> to multi_ptr<const T>. (#9750)
This ctor has been previously removed, as it had conflict with existing
ones.
Not having the ctor produces failures to compile some cts tests. An
investigation is required.
0 commit comments