Created on 2014-06-18.00:00:00 last changed 121 months ago
Rationale (November, 2014):
The specification intentionally makes such replacement functions ill-formed.
Some implementations accept code like
#include <cstddef> // to get size_t
void* operator new(std::size_t) noexcept { ... }
This declaration conflicts with the predeclaration of operator new with no exception-specification.
See also issue 967.
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-11-24 00:00:00 | admin | set | messages: + msg5268 |
2014-06-18 00:00:00 | admin | create |