Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Main: Disable vptr checks for Singleton constructor (#2032)
UBSan complains a lot about the this pointer not being of type T* which is correct during construction, but ultimately doesn't matter. This change disables the vptr check on the Singleton constructor to avoid errors from UBSan.
- Loading branch information