]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: Add <print> and <text_encoding> to stdc++.h
authorPatrick Palka <ppalka@redhat.com>
Fri, 19 Jan 2024 15:21:47 +0000 (10:21 -0500)
committerPatrick Palka <ppalka@redhat.com>
Fri, 19 Jan 2024 15:21:47 +0000 (10:21 -0500)
libstdc++-v3/ChangeLog:

* include/precompiled/stdc++.h [_GLIBCXX_HOSTED]: Include
<print> and <text_encoding> for C++23 and C++26 respectively.

libstdc++-v3/include/precompiled/stdc++.h

index a1db96cbb6448afeab1e148fbf325efeb42bfea3..3eef20d16458db9e6b499984f37d3d0e4dc2c398 100644 (file)
 #if __cplusplus > 202002L
 #include <expected>
 #include <generator>
+#include <print>
 #include <spanstream>
 #if __has_include(<stacktrace>)
 # include <stacktrace>
 #include <stdfloat>
 #endif
 
+#if __cplusplus > 202302L
+#include <text_encoding>
+#endif
+
 #endif // HOSTED
This page took 0.147711 seconds and 5 git commands to generate.