You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the mac toolchain to compile .mm files, HXCPP_CPP11 is ignored by hxcpp, so no -std=c++11 flag is added to the build. Since there is already a lot of duplication between cppflags and mmflags, it might be worth considering enabling all cppflags in objective c++ compilation, perhaps with an attribute to turn that off per flag.