mike-matera / ArduinoSTL

An STL and iostream implementation based on uClibc++ that supports my CS-11M class.
GNU General Public License v3.0
322 stars 79 forks source link

Update ostream #69

Open pischky opened 2 years ago

pischky commented 2 years ago

allow use of F() macro for strings: cout << F("Hello") << endl;

mike-matera commented 2 years ago

Thank you so much! I just have a question about a couple of lines.