File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -334,26 +334,6 @@ _LIBCPP_HARDENING_MODE_DEBUG
334
334
# define _LIBCPP_CXX03_LANG
335
335
# endif
336
336
337
- # ifndef __has_attribute
338
- # define __has_attribute (__x ) 0
339
- # endif
340
-
341
- # ifndef __has_builtin
342
- # define __has_builtin (__x ) 0
343
- # endif
344
-
345
- # ifndef __has_extension
346
- # define __has_extension (__x ) 0
347
- # endif
348
-
349
- # ifndef __has_feature
350
- # define __has_feature (__x ) 0
351
- # endif
352
-
353
- # ifndef __has_cpp_attribute
354
- # define __has_cpp_attribute (__x ) 0
355
- # endif
356
-
357
337
# ifndef __has_constexpr_builtin
358
338
# define __has_constexpr_builtin (x ) 0
359
339
# endif
@@ -375,10 +355,6 @@ _LIBCPP_HARDENING_MODE_DEBUG
375
355
376
356
# define __has_keyword (__x ) !(__is_identifier(__x))
377
357
378
- # ifndef __has_include
379
- # define __has_include (...) 0
380
- # endif
381
-
382
358
# ifndef __has_warning
383
359
# define __has_warning (...) 0
384
360
# endif
You can’t perform that action at this time.
0 commit comments