mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
libcxx: optional localization.
Signed-off-by: jihandong <jihandong@xiaomi.com> Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
@@ -27,9 +27,11 @@
|
||||
/* #undef _LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION */
|
||||
/* #undef _LIBCPP_HAS_NO_FILESYSTEM */
|
||||
/* #undef _LIBCPP_HAS_NO_RANDOM_DEVICE */
|
||||
/* #undef _LIBCPP_HAS_NO_LOCALIZATION */
|
||||
#ifndef CONFIG_CXX_LOCALIZATION
|
||||
# define _LIBCPP_HAS_NO_LOCALIZATION
|
||||
#endif
|
||||
#ifndef CONFIG_CXX_WCHAR
|
||||
#define _LIBCPP_HAS_NO_WIDE_CHARACTERS
|
||||
# define _LIBCPP_HAS_NO_WIDE_CHARACTERS
|
||||
#endif
|
||||
#define _LIBCPP_ENABLE_ASSERTIONS_DEFAULT 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user