Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change Ref<T> to allow non const access to ptr
allows non-const T* to be taken from const Ref<T> directly instead of using hacky workarounds such as copying it to another Ref this fixes methods with const Ref<T>& arguments not being able to access non-const methods on contained T
- Loading branch information