issues
search
fponticelli
/
thx.core
Super-charged standard library for Haxe.
http://thx-lib.org
MIT License
124
stars
43
forks
source link
make it compile with actual Haxe 4 again
#260
Closed
AdrianV
closed
6 years ago
AdrianV
commented
6 years ago
Haxe 4 needs a keyValueIterator() for IMap.
the additional conditional && !macro caused the conditional #if (haxe_ver >= 4.0) to always fail because the whole block is guarded with #if macro