File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828using __standard_header_ccomplex _LIBCPP_DEPRECATED_ (" removed in C++20. Include <complex> instead." ) = void;
2929using __use_standard_header_ccomplex = __standard_header_ccomplex;
3030
31- #else if _LIBCPP_STD_VER >= 17
31+ #elif _LIBCPP_STD_VER >= 17
3232
3333using __standard_header_ccomplex _LIBCPP_DEPRECATED_ (" Include <complex> instead." ) = void;
3434using __use_standard_header_ccomplex = __standard_header_ccomplex;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Macros:
4545using __standard_header_cstdalign _LIBCPP_DEPRECATED_ (" removed in C++20." ) = void;
4646using __use_standard_header_cstdalign = __standard_header_cstdalign;
4747
48- #else if _LIBCPP_STD_VER >= 17
48+ #elif _LIBCPP_STD_VER >= 17
4949
5050using __standard_header_cstdalign _LIBCPP_DEPRECATED = void ;
5151using __use_standard_header_cstdalign = __standard_header_cstdalign;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Macros:
3333using __standard_header_cstdbool _LIBCPP_DEPRECATED_ (" removed in C++20." ) = void;
3434using __use_standard_header_cstdbool = __standard_header_cstdbool;
3535
36- #else if _LIBCPP_STD_VER >= 17
36+ #elif _LIBCPP_STD_VER >= 17
3737
3838using __standard_header_cstdbool _LIBCPP_DEPRECATED = void ;
3939using __use_standard_header_cstdbool = __standard_header_cstdbool;
Original file line number Diff line number Diff line change 3030using __standard_header_ctgmath _LIBCPP_DEPRECATED_ (" removed in C++20. Include <cmath> and <complex> instead." ) = void;
3131using __use_standard_header_ctgmath = __standard_header_ctgmath;
3232
33- #else if _LIBCPP_STD_VER >= 17
33+ #elif _LIBCPP_STD_VER >= 17
3434
3535using __standard_header_ctgmath _LIBCPP_DEPRECATED_ (" Include <cmath> and <complex> instead." ) = void;
3636using __use_standard_header_ctgmath = __standard_header_ctgmath;
You can’t perform that action at this time.
0 commit comments