Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libc++ would clear unique_ptr value before destructor, this makes the private class destructor can not access q_ptr member that access d_ptr (which is null at that point).
- Loading branch information