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)'?
Hello!
I just noticed that there is no support for
emplace
onetl::map
like https://en.cppreference.com/w/cpp/container/map/emplace. Howeveretl::vector
supportsemplace
. Is there a specific reason for not supporting this onetl::map
or is it 'just not done(, yet)'?