Created on 2014-06-14.00:00:00 last changed 89 months ago
Proposed resolution:
This wording is relative to N3936.
Change [util.smartptr.getdeleter] as indicated:
template <class D, class T> get_deleter(const shared_ptr<T>& p) noexcept;-1- Returns: If p owns a deleter d of type cv-unqualified D, returns
&std::addressof(d); otherwise returns0nullptr. […]
[ 2014-06-16 Rapperswil ]
Move to Ready
The Standard Library should consistently use addressof() to defend itself against overloaded operator&().
While we're in the neighbourhood, we should editorially change 0 to nullptr.History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-30 20:15:43 | admin | set | status: wp -> c++17 |
2014-11-08 19:44:42 | admin | set | status: voting -> wp |
2014-11-04 10:26:50 | admin | set | status: ready -> voting |
2014-06-16 23:43:35 | admin | set | messages: + msg7053 |
2014-06-16 23:43:35 | admin | set | status: new -> ready |
2014-06-14 17:28:50 | admin | set | messages: + msg7031 |
2014-06-14 00:00:00 | admin | create |