Add C++ support linking with GNU toolchain newlib/stdlibc++

This commit is contained in:
Alan Carvalho de Assis
2016-11-03 08:50:58 -06:00
committed by Gregory Nutt
parent 47b043df1e
commit 1e754402b8
7 changed files with 1261 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
namespace std
{
#if 0 /* Not defined */
#if __cplusplus >= 201103L
using ::mbstate_t;
#endif
using ::wint_t;