mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Add new headers to <bits/stdc++.h> for PCH
This adds the new C23 headers to the PCH, and also removes the __has_include check for <stacktrace> because we provide that unconditionally now. libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h: Include <stdbit.h> and <stdckdint.h>. Include <stacktrace> unconditionally.
This commit is contained in:
committed by
Jonathan Wakely
parent
5430fcd1a3
commit
107f8de8fb
@@ -230,15 +230,15 @@
|
||||
#include <generator>
|
||||
#include <print>
|
||||
#include <spanstream>
|
||||
#if __has_include(<stacktrace>)
|
||||
# include <stacktrace>
|
||||
#endif
|
||||
#include <stacktrace>
|
||||
#include <stdatomic.h>
|
||||
#include <stdfloat>
|
||||
#endif
|
||||
|
||||
#if __cplusplus > 202302L
|
||||
#include <text_encoding>
|
||||
#include <stdbit.h>
|
||||
#include <stdckdint.h>
|
||||
#endif
|
||||
|
||||
#endif // HOSTED
|
||||
|
||||
Reference in New Issue
Block a user