Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Thank you for the suggestion but I am running into a problem with your library. I simply tried to include the "ArduinoSTL.h" file into a blank sketch but I receive a error in iterator.cpp "The system cannot find the file specified.". Any idea what file might be missing from my setup? I am using Eclipse Neon Commented Nov 6, 2016 at 13:49
  • You must include it via Arduino's GUI Sketch -> Include Library -> ArduinoSTL. If it's not in the list you can install it from the built-in library mager: Sketch -> Include Library -> Manage Libraries... Commented Feb 14, 2017 at 4:06
  • Pity there's no C++11. Your <type_traits> header is lacking great many functions. Commented Jan 25, 2018 at 6:31
  • It's a pity it doesn't compile, at least with PlatformIO 5.0.2 and Atmel megaAVR 1.3.0. I get an error that In file included from .pio/libdeps/nano_every/ArduinoSTL/src/ArduinoSTL.h:12:0, from .pio/libdeps/nano_every/ArduinoSTL/src/ArduinoSTL.cpp:1: .pio/libdeps/nano_every/ArduinoSTL/src/serstream:307:9: error: '::Stream' has not been declared Commented Nov 14, 2020 at 13:06