Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::addressof to instead of plain '&'.
Otherwise the code won't compile if the '&' operater is overloaded and return something that cannot be casted to void *.
- Loading branch information