mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
9c71710dbc
commit
071550fb90
@ -33,6 +33,7 @@ struct VoidP{
|
|||||||
PY_CLASS(VoidP, c, void_p)
|
PY_CLASS(VoidP, c, void_p)
|
||||||
|
|
||||||
void* ptr;
|
void* ptr;
|
||||||
|
VoidP(const void* ptr): ptr(const_cast<void*>(ptr)){}
|
||||||
VoidP(void* ptr): ptr(ptr){}
|
VoidP(void* ptr): ptr(ptr){}
|
||||||
|
|
||||||
bool operator==(const VoidP& other) const {
|
bool operator==(const VoidP& other) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user