We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50dab9 commit d31ea3aCopy full SHA for d31ea3a
include/cpp/Pointer.h
@@ -350,8 +350,6 @@ class Pointer<void>
350
template<typename O> inline void set_ref(O val) { }
351
352
operator Dynamic () const { return CreateDynamicPointer(ptr); }
353
- template<class T>
354
- operator Pointer<T>() const { return Pointer<T>(static_cast<T*>(ptr)); }
355
//operator hx::Val () const { return CreateDynamicPointer((void *)ptr); }
356
operator void * () { return ptr; }
357
void * get_raw() { return ptr; }
0 commit comments