cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y

This commit is contained in:
Gregory Nutt 2014-02-28 10:03:03 -06:00
parent c8bcf4025a
commit 38e581bb90
2 changed files with 3 additions and 0 deletions

View File

@ -6687,4 +6687,5 @@
* configs/*/defconfig: If CONFIG_NSH_LIBRARY=y then set CONFIG_NSH_READLINE=y
otherwise the CLE will be selected by default the next time that
make menuconfig is used (2014-2-28).
* include/cxx/cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y. (2014-2-28).

View File

@ -50,9 +50,11 @@
// Namespace
//***************************************************************************
#ifndef CONFIG_C99_BOOL8
namespace std
{
using ::_Bool8;
}
#endif
#endif // __INCLUDE_CXX_CSTDBOOL