Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/__config
Show First 20 Lines • Show All 1,011 Lines • ▼ Show 20 Lines | |||||
#endif | #endif | ||||
#if _LIBCPP_STD_VER <= 11 | #if _LIBCPP_STD_VER <= 11 | ||||
# define _LIBCPP_EXPLICIT_AFTER_CXX11 | # define _LIBCPP_EXPLICIT_AFTER_CXX11 | ||||
#else | #else | ||||
# define _LIBCPP_EXPLICIT_AFTER_CXX11 explicit | # define _LIBCPP_EXPLICIT_AFTER_CXX11 explicit | ||||
#endif | #endif | ||||
#if _LIBCPP_STD_VER > 17 | |||||
# define _LIBCPP_EXPLICIT_BEFORE_CXX20 | |||||
#else | |||||
# define _LIBCPP_EXPLICIT_BEFORE_CXX20 explicit | |||||
#endif | |||||
#if _LIBCPP_STD_VER > 11 && !defined(_LIBCPP_HAS_NO_CXX14_CONSTEXPR) | #if _LIBCPP_STD_VER > 11 && !defined(_LIBCPP_HAS_NO_CXX14_CONSTEXPR) | ||||
# define _LIBCPP_CONSTEXPR_AFTER_CXX11 constexpr | # define _LIBCPP_CONSTEXPR_AFTER_CXX11 constexpr | ||||
#else | #else | ||||
# define _LIBCPP_CONSTEXPR_AFTER_CXX11 | # define _LIBCPP_CONSTEXPR_AFTER_CXX11 | ||||
#endif | #endif | ||||
#if _LIBCPP_STD_VER > 14 && !defined(_LIBCPP_HAS_NO_CXX14_CONSTEXPR) | #if _LIBCPP_STD_VER > 14 && !defined(_LIBCPP_HAS_NO_CXX14_CONSTEXPR) | ||||
# define _LIBCPP_CONSTEXPR_AFTER_CXX14 constexpr | # define _LIBCPP_CONSTEXPR_AFTER_CXX14 constexpr | ||||
▲ Show 20 Lines • Show All 403 Lines • Show Last 20 Lines |