mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-20 03:15:16 +08:00
libstdc++: Add new headers to stdc++.h
libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h: Add new headers. * include/std/stop_token: Include <semaphore> unconditionally.
This commit is contained in:
parent
f6702584aa
commit
127aa17e16
@ -140,10 +140,12 @@
|
||||
#if __cpp_impl_coroutine
|
||||
# include <coroutine>
|
||||
#endif
|
||||
#include <latch>
|
||||
#include <numbers>
|
||||
#include <ranges>
|
||||
#include <span>
|
||||
#include <stop_token>
|
||||
#include <semaphore>
|
||||
#include <syncstream>
|
||||
#include <version>
|
||||
#endif
|
||||
|
@ -34,9 +34,7 @@
|
||||
#include <atomic>
|
||||
#include <bits/std_thread.h>
|
||||
|
||||
#if __has_include(<semaphore>)
|
||||
#include <semaphore>
|
||||
#endif
|
||||
|
||||
#define __cpp_lib_jthread 201911L
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user