StandardCplusplus icon indicating copy to clipboard operation
StandardCplusplus copied to clipboard

Dead project?

Open dominikj111 opened this issue 4 years ago • 2 comments

Last commit on 22 Sep 2013 and it is doesn't work on Platformio and Arduino UNO. I'm getting plenty errors when doing build. But works with the ArduinoSTL lib.

The errors:

...
.pio/libdeps/uno/StandardCplusplus/ostream:318:50: error: default argument for template parameter for class enclosing 'class std::basic_ostream<charT, traits>::sentry'
.pio/libdeps/uno/StandardCplusplus/istream:343:107: error: default argument for template parameter for class enclosing 'class std::basic_istream<charT, traits>::sentry'
.pio/libdeps/uno/StandardCplusplus/ostream:318:50: error: default argument for template parameter for class enclosing 'class std::basic_ostream<charT, traits>::sentry'
...

dominikj111 avatar Apr 09 '21 02:04 dominikj111

me too

GTohne avatar Aug 27 '21 16:08 GTohne

Just find the error location of the code and then delete '= char_traits<charT>', i tried this, it works. image

chen-lee avatar Jan 02 '22 10:01 chen-lee

Should be fixed now in commit 9d8277e

maniacbug avatar Jul 05 '23 22:07 maniacbug