ArduinoCore-avr/cores
David A. Mellis a5f6e65242 Adding additional String + operators for disambiguation.
The operator bool() means that you could implicitly convert a String to a bool and then add it to it an int, for example.  Which means our operator+ has to match exactly or it will be ambiguous.
2011-03-13 19:31:10 -04:00
..
arduino Adding additional String + operators for disambiguation. 2011-03-13 19:31:10 -04:00