summaryrefslogtreecommitdiff
path: root/nuttx/include/cxx/cstdbool
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/cxx/cstdbool')
-rw-r--r--nuttx/include/cxx/cstdbool2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/include/cxx/cstdbool b/nuttx/include/cxx/cstdbool
index 192fde490..d21a13b35 100644
--- a/nuttx/include/cxx/cstdbool
+++ b/nuttx/include/cxx/cstdbool
@@ -50,9 +50,11 @@
// Namespace
//***************************************************************************
+#ifndef CONFIG_C99_BOOL8
namespace std
{
using ::_Bool8;
}
+#endif
#endif // __INCLUDE_CXX_CSTDBOOL