We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d296902 commit b177a9bCopy full SHA for b177a9b
libcxx/include/__config
@@ -302,7 +302,6 @@ _LIBCPP_HARDENING_MODE_DEBUG
302
# define _LIBCPP_ALIGNOF(_Tp) _Alignof(_Tp)
303
# define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
304
# define _ALIGNAS(x) __attribute__((__aligned__(x)))
305
-# define _LIBCPP_HAS_NO_NOEXCEPT
306
# define nullptr __nullptr
307
# define _NOEXCEPT throw()
308
# define _NOEXCEPT_(...)
0 commit comments