ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.25k stars 392 forks source link

emplace for etl::map #961

Open twam opened 1 month ago

twam commented 1 month ago

Hello!

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)'?

jwellbelove commented 1 month ago

Just 'not done yet'.