Created on 2014-08-29.00:00:00 last changed 89 months ago
Proposed resolution:
Change [new.delete.single]p12 as indicated:
-12- Requires: ptr shall be a null pointer or its value shall be a value returned by an earlier call to the (possibly replaced) operator new(std::size_t) or operator new(std::size_t,const std::nothrow_t&) which has not been invalidated by an intervening call to operator delete(void*) or operator delete(void*, std::size_t).
Change [new.delete.array]p11 as indicated:
-11- Requires: ptr shall be a null pointer or its value shall be the value returned by an earlier call to operator new[](std::size_t) or operator new[](std::size_t,const std::nothrow_t&) which has not been invalidated by an intervening call to operator delete[](void*) or operator delete[](void*, std::size_t).
[ Urbana 2014-11-07: Move to Ready ]
[new.delete.single]/12 says:
Requires: ptr shall be a null pointer or its value shall be a value returned by an earlier call to the (possibly replaced) operator new(std::size_t) or operator new(std::size_t,const std::nothrow_t&) which has not been invalidated by an intervening call to operator delete(void*).
This should say:
[…] by an intervening call to operator delete(void*) or operator delete(void*, std::size_t).
Likewise at the end of [new.delete.array]/11, operator delete[](void*, std::size_t).
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-30 20:15:43 | admin | set | status: wp -> c++17 |
2015-05-22 18:31:21 | admin | set | status: ready -> wp |
2014-11-08 16:43:57 | admin | set | messages: + msg7177 |
2014-11-08 16:43:57 | admin | set | status: new -> ready |
2014-10-05 21:18:53 | admin | set | messages: + msg7112 |
2014-08-29 00:00:00 | admin | create |