File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ using __use_standard_header_ccomplex = __standard_header_ccomplex;
3131#elif _LIBCPP_STD_VER >= 17
3232
3333using __standard_header_ccomplex _LIBCPP_DEPRECATED_ (" Include <complex> instead." ) = void;
34- using __use_standard_header_ccomplex = __standard_header_ccomplex;
34+ using __use_standard_header_ccomplex = __standard_header_ccomplex;
3535
3636#endif
3737
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ Macros:
4343#if _LIBCPP_STD_VER >= 20
4444
4545using __standard_header_cstdalign _LIBCPP_DEPRECATED_ (" removed in C++20." ) = void;
46- using __use_standard_header_cstdalign = __standard_header_cstdalign;
46+ using __use_standard_header_cstdalign = __standard_header_cstdalign;
4747
4848#elif _LIBCPP_STD_VER >= 17
4949
5050using __standard_header_cstdalign _LIBCPP_DEPRECATED = void ;
51- using __use_standard_header_cstdalign = __standard_header_cstdalign;
51+ using __use_standard_header_cstdalign = __standard_header_cstdalign;
5252
5353#endif
5454
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Macros:
3131#if _LIBCPP_STD_VER >= 20
3232
3333using __standard_header_cstdbool _LIBCPP_DEPRECATED_ (" removed in C++20." ) = void;
34- using __use_standard_header_cstdbool = __standard_header_cstdbool;
34+ using __use_standard_header_cstdbool = __standard_header_cstdbool;
3535
3636#elif _LIBCPP_STD_VER >= 17
3737
3838using __standard_header_cstdbool _LIBCPP_DEPRECATED = void ;
39- using __use_standard_header_cstdbool = __standard_header_cstdbool;
39+ using __use_standard_header_cstdbool = __standard_header_cstdbool;
4040
4141#endif
4242
You can’t perform that action at this time.
0 commit comments