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:
Arthur O'Dwyer 2021-01-18 19:05:08 -05:00
parent 9d81073acb
commit 14573d44ae
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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