maniacbug / StandardCplusplus

Standard C++ for Arduino (port of uClibc++)
588 stars 182 forks source link

unordered_map Available? #21

Closed trademark18 closed 1 year ago

trademark18 commented 8 years ago

Hello. I'm pretty new to using this library, but I hope my question is in the right place. I'm trying to use unordered_map in my sketch, but I'm seemingly unable to get it to compile. Is unordered_map supported? Is there some step I've missed? Thanks in advance!

My post on the Arduino forum: http://forum.arduino.cc/index.php?topic=410822.new#new

maniacbug commented 1 year ago

Sorry, unordered_map is not here. Along with much of C++11, C++14, C++17, etc!