Title
Inappropriate headers for atomics
Status
resolved
Section
[atomics]
Submitter
LWG

Created on 2009-06-16.00:00:00 last changed 162 months ago

Messages

Date: 2010-10-21.18:28:33

[ If and when WG14 adds atomic operations to C we can add corresponding headers to table 14 with a TR. ]

Date: 2010-10-21.18:28:33

Proposed resolution:

Remove <cstdatomic> from the C99 headers in table 14. Add a new header <atomic> to the headers in table 13. Update chapter 29 to remove reference to <stdatomic.h> and replace the use of <cstdatomic> with <atomic>.

Date: 2010-12-05.14:14:49

[ 2009-10 Santa Cruz: ]

NAD EditorialResolved. Solved by N2992.

Date: 2009-06-16.00:00:00

Addresses UK 312

The contents of the <stdatomic.h> header are not listed anywhere, and <cstdatomic> is listed as a C99 header in chapter 17. If we intend to use these for compatibility with a future C standard, we should not use them now.

History
Date User Action Args
2010-12-05 14:14:49adminsetstatus: nad editorial -> resolved
2010-10-21 18:28:33adminsetmessages: + msg904
2010-10-21 18:28:33adminsetmessages: + msg903
2010-10-21 18:28:33adminsetmessages: + msg902
2009-06-16 00:00:00admincreate