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
The c++ standard defines all sorts of macros to test availability of features, such as __cpp_lib_ranges_cartesian_product. Range-v3 may have features available without these macros being defined. Can this be fixed?
The text was updated successfully, but these errors were encountered:
The c++ standard defines all sorts of macros to test availability of features, such as
__cpp_lib_ranges_cartesian_product
. Range-v3 may have features available without these macros being defined. Can this be fixed?The text was updated successfully, but these errors were encountered: