Created on 2017-06-25.00:00:00 last changed 45 months ago
Proposed resolution:
This wording is relative to N4659.
Edit [atomics.syn], header <atomic> synopsis, as indicated:
template<class T> T atomic_exchange(volatile atomic<T>*, typename atomic<T>::value_type) noexcept;
[ 2017-06-26 Moved to Tentatively Ready after 6 positive votes on c++std-lib. ]
P0558R1 missed updating one of the std::atomic_exchange signatures to avoid independent deduction for T on the second parameter.
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-02-25 10:48:01 | admin | set | status: wp -> c++20 |
2017-11-13 19:01:36 | admin | set | status: voting -> wp |
2017-10-17 18:34:55 | admin | set | status: ready -> voting |
2017-06-26 17:12:14 | admin | set | messages: + msg9286 |
2017-06-26 17:12:14 | admin | set | status: new -> ready |
2017-06-25 19:20:15 | admin | set | messages: + msg9283 |
2017-06-25 00:00:00 | admin | create |