mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Add C++ support linking with GNU toolchain newlib/stdlibc++
This commit is contained in:
committed by
Gregory Nutt
parent
47b043df1e
commit
1e754402b8
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
namespace std
|
||||
{
|
||||
#if 0 /* Not defined */
|
||||
#if __cplusplus >= 201103L
|
||||
using ::mbstate_t;
|
||||
#endif
|
||||
using ::wint_t;
|
||||
|
||||
Reference in New Issue
Block a user