cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y
This commit is contained in:
parent
c8bcf4025a
commit
38e581bb90
@ -6687,4 +6687,5 @@
|
|||||||
* configs/*/defconfig: If CONFIG_NSH_LIBRARY=y then set CONFIG_NSH_READLINE=y
|
* 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
|
otherwise the CLE will be selected by default the next time that
|
||||||
make menuconfig is used (2014-2-28).
|
make menuconfig is used (2014-2-28).
|
||||||
|
* include/cxx/cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y. (2014-2-28).
|
||||||
|
|
||||||
|
@ -50,9 +50,11 @@
|
|||||||
// Namespace
|
// Namespace
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
|
|
||||||
|
#ifndef CONFIG_C99_BOOL8
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
using ::_Bool8;
|
using ::_Bool8;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // __INCLUDE_CXX_CSTDBOOL
|
#endif // __INCLUDE_CXX_CSTDBOOL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user