SomeRanDev / reflaxe.CPP

An alternative C++ target for Haxe that generates dependent-less, GC-less C++17 code.
MIT License
72 stars 5 forks source link

Fix Ptr comparison functions #14

Closed fourst4r closed 1 year ago

fourst4r commented 1 year ago

Doing !Ptr.isNull() would generate !this == nullptr previously.

SomeRanDev commented 1 year ago

Whoops!! Good catch! 😅