mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
500a3fdbe7
As I was not able to base the return types of `begin()` & `end()` off the c_str() function, I have changed the source so the features can be used by C++98 code, while still allowing ranged loops in C++11.