Created on 2008-12-30.00:00:00 last changed 161 months ago
Proposed resolution:
Change [util.smartptr.ownerless] p2:
-2- operator()(x,y) shall return x.owner_before(y). [Note: ...
[ Post Summit: ]
Recommend Tentatively Ready.
[ Herve adds: ]
Agreed with the typo, it should be "shall return x.owner_before(y)".
[util.smartptr.ownerless] (class template owner_less) says that operator()(x,y) shall return x.before(y).
However, shared_ptr and weak_ptr have an owner_before() but not a before(), and there's no base class to provide a missing before().
Being that the class is named owner_less , I'm guessing that "before()" should be "owner_before()", right?
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: + msg4502 |
2010-10-21 18:28:33 | admin | set | messages: + msg4501 |
2010-10-21 18:28:33 | admin | set | messages: + msg4500 |
2008-12-30 00:00:00 | admin | create |