On Thu, 27 Feb 2014, Paul Smith wrote:
The function I'm inlining is actually global operator new. It's not legal to declare it static or in a namespace.
It is also explicitly illegal to mark it inline ;-) I regularly miss a way to get the C99 inline semantics in C++. -- Marc Glisse