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 is likely contentious, but in the guidelines table, should how the conversion interacts with emplacement in containers (and optional and variant) be considered for explicit vs named conversion function?
i.e.
vector<nanoseconds> v;
v.emplace_back(5);
Is that a desirable compilation for your class?
The text was updated successfully, but these errors were encountered:
This is likely contentious, but in the guidelines table, should how the conversion interacts with emplacement in containers (and optional and variant) be considered for explicit vs named conversion function?
i.e.
Is that a desirable compilation for your class?
The text was updated successfully, but these errors were encountered: