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
Support casts of const-qualified unique_ptrs (#988)
This uses the same technique that the `shared_ptr` type caster
does. The updated test previously failed because of an invalid
conversion from `const void*` to `void*`
0 commit comments