Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Having this operator non-const is awkward as operator* is const. This sometimes leads to writing: (*obj).data; instead of obj->data; which is unexpected....
- Loading branch information