mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 17:08:42 +00:00
Regenerate the feature test macro unit-tests. NFCI.
Somehow commit 1f1250151f
added the
right code but with the wrong whitespace.
This commit is contained in:
parent
9d81073acb
commit
14573d44ae
@ -638,11 +638,11 @@
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#ifndef __cpp_lib_is_scoped_enum
|
||||
#error "__cpp_lib_is_scoped_enum should be defined in c++2b"
|
||||
#endif
|
||||
#if __cpp_lib_is_scoped_enum != 202011L
|
||||
#error "__cpp_lib_is_scoped_enum should have the value 202011L in c++2b"
|
||||
# ifndef __cpp_lib_is_scoped_enum
|
||||
# error "__cpp_lib_is_scoped_enum should be defined in c++2b"
|
||||
# endif
|
||||
# if __cpp_lib_is_scoped_enum != 202011L
|
||||
# error "__cpp_lib_is_scoped_enum should have the value 202011L in c++2b"
|
||||
# endif
|
||||
|
||||
# ifndef __cpp_lib_is_swappable
|
||||
|
@ -3983,11 +3983,11 @@
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#ifndef __cpp_lib_is_scoped_enum
|
||||
#error "__cpp_lib_is_scoped_enum should be defined in c++2b"
|
||||
#endif
|
||||
#if __cpp_lib_is_scoped_enum != 202011L
|
||||
#error "__cpp_lib_is_scoped_enum should have the value 202011L in c++2b"
|
||||
# ifndef __cpp_lib_is_scoped_enum
|
||||
# error "__cpp_lib_is_scoped_enum should be defined in c++2b"
|
||||
# endif
|
||||
# if __cpp_lib_is_scoped_enum != 202011L
|
||||
# error "__cpp_lib_is_scoped_enum should have the value 202011L in c++2b"
|
||||
# endif
|
||||
|
||||
# ifndef __cpp_lib_is_swappable
|
||||
|
Loading…
Reference in New Issue
Block a user