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 enum emap_params.matching_mode in emap.hpp is unnamed which makes it harder to reference it. It would be good if it were declared with a type name.
This is not urgent because we've worked around it using decltype.
The text was updated successfully, but these errors were encountered:
The enum
emap_params.matching_mode
inemap.hpp
is unnamed which makes it harder to reference it. It would be good if it were declared with a type name.This is not urgent because we've worked around it using
decltype
.The text was updated successfully, but these errors were encountered: