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
I just noticed that there is no support for emplace on etl::map like https://en.cppreference.com/w/cpp/container/map/emplace.
However etl::vector supports emplace.
Is there a specific reason for not supporting this on etl::map or is it 'just not done(, yet)'?
The text was updated successfully, but these errors were encountered:
Hello!
I just noticed that there is no support for
emplace
onetl::map
like https://en.cppreference.com/w/cpp/container/map/emplace.However
etl::vector
supportsemplace
.Is there a specific reason for not supporting this on
etl::map
or is it 'just not done(, yet)'?The text was updated successfully, but these errors were encountered: