Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D125331
Change Details
Change Details
Old
New
Diff
<stdatomic.h> does require C++23, because it is an error to include it in combination with <atomic> outside of C++23. However, headers from the synchronization library are empty in pre-14 Standards, so they can effectively be included.
<stdatomic.h> does require C++23, because it is an error to include it in combination with <atomic> outside of C++23. However, headers from the synchronization library are empty in pre-14 Standards, so they can effectively be included.
Continue