Created on 2009-03-09.00:00:00 last changed 161 months ago
[ The resolution assumes that addressof is reintroduced as described in n2946 ]
In [specialized.algorithms] change as described:
template <class T> T* addressof(T& r);Returns: The actual address of the object or function referenced by r, even in the presence of an overloaded operator&.
[ 2009-10 post-Santa Cruz: ]
Move to Tentatively Ready.
[ 2009-10-10 Daniel updates wording to concept-free. ]
[ 2009-07 Frankfurt ]
Moved from Tentatively Ready to Open only because the wording needs to be tweaked for concepts removal.
[ Batavia (2009-05): ]
We agree.
Move to Tentatively Ready.
The same fix (reference 987) may be applied to addressof, which is also constrained to ObjectType. (That was why boost::ref didn't work with functions - it tried to apply boost::addressof and the reinterpret_cast<char&> implementation of addressof failed.)
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg4743 |
2010-10-21 18:28:33 | admin | set | messages: + msg4742 |
2010-10-21 18:28:33 | admin | set | messages: + msg4741 |
2010-10-21 18:28:33 | admin | set | messages: + msg4740 |
2010-10-21 18:28:33 | admin | set | messages: + msg4739 |
2009-03-09 00:00:00 | admin | create |