Created on 2017-12-04.00:00:00 last changed 45 months ago
Proposed resolution:
This wording is relative to N4713.
Change [refwrap.const] as indicated:
template<class U> reference_wrapper(U&& u) noexcept(see below);-1- Remarks: Let FUN denote the exposition-only functions
void FUN(T&) noexcept; void FUN(T&&) = delete;This constructor shall not participate in overload resolution unless the expression FUN(declval<U>()) is well-formed and is_same_v<
decay_tremove_cvref_t<U>, reference_wrapper> is false. The expression inside noexcept is equivalent to noexcept(FUN(declval<U>())).
[ 2018-3-17 Adopted in Jacksonville ]
[ 2018-01-09 Moved to Tentatively Ready after 9 positive votes on c++std-lib. ]
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-02-25 10:48:01 | admin | set | status: wp -> c++20 |
2018-03-18 16:03:30 | admin | set | messages: + msg9750 |
2018-03-18 16:03:30 | admin | set | status: voting -> wp |
2018-02-12 01:13:49 | admin | set | status: ready -> voting |
2018-01-11 17:24:32 | admin | set | messages: + msg9602 |
2018-01-11 17:24:32 | admin | set | status: new -> ready |
2017-12-05 20:57:50 | admin | set | messages: + msg9579 |
2017-12-04 00:00:00 | admin | create |