From: Patrick Palka Date: Fri, 19 Jan 2024 15:21:47 +0000 (-0500) Subject: libstdc++: Add and to stdc++.h X-Git-Tag: basepoints/gcc-15~1854 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d44b603916ba7c8c0364d73ed36c19e270c5b3b0;p=thirdparty%2Fgcc.git libstdc++: Add and to stdc++.h libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h [_GLIBCXX_HOSTED]: Include and for C++23 and C++26 respectively. --- diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index a1db96cbb644..3eef20d16458 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -223,6 +223,7 @@ #if __cplusplus > 202002L #include #include +#include #include #if __has_include() # include @@ -231,4 +232,8 @@ #include #endif +#if __cplusplus > 202302L +#include +#endif + #endif // HOSTED