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
But this is happening only because mapped_type_constant (arg_mapper-based check) is not type::custom_type for the type with such conversion operator. But it istype::custom_type for types with conversion operators other than const-reference one.
And that's all from me, at least for today, since I have no idea how to make mapped_type_constant return type::custom_type for this type.
Problematic code:
Output when FMT_COMPILE is used:
Value of strongtype is 2 and custom type is A.
Output when FMT_COMPILE is not used:
Value of strongtype is 50 and custom type is 65.
This is a break of backward compatibility.
The text was updated successfully, but these errors were encountered: