On 12/30/13 11:12 AM, Walter Bright wrote:
On 12/30/2013 9:36 AM, "Ola Fosheim Grøstad" <ola.fosheim.grostad+dl...@gmail.com>" wrote:I hoped for solution that is a bit more transparent than creating my own new syntax though, a solution which makes replacing allocators across projects less work. *shrug*Having overloaded global operator new in C++ myself across many projects, I eventually concluded that feature is a bug.
Agreed. Class-level, too. Andrei