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
This has been on my list for a while, but with the C++17 define merge which recently went through it seems like a good time to bring it up.
Instead of having an ever growing list of defines for all the C++ versions I think having a define allowing you to specify the version would be better. E.g. -D HXCPP_CXX_STANDARD=14 to use C++14. One downside to this is that hxcpp xml only allows || in its if and unless tags, might need to add general comparisons to make it really useful.
This has been on my list for a while, but with the C++17 define merge which recently went through it seems like a good time to bring it up.
Instead of having an ever growing list of defines for all the C++ versions I think having a define allowing you to specify the version would be better. E.g.
-D HXCPP_CXX_STANDARD=14
to use C++14. One downside to this is that hxcpp xml only allows||
in itsif
andunless
tags, might need to add general comparisons to make it really useful.The text was updated successfully, but these errors were encountered: