------- Comment #3 from Andreas dot Kowarz at tu-dresden dot de 2006-09-21 11:59 ------- (In reply to comment #2) > EDG ends up not even calling the overloaded delete. Looking at the std I can > see no reason why your program should not use the overloaded deletes. >
For the moment, I can work around the bug by calling the operator directly, e.g. myclass::operator delete[] (ad) --- (in form of a preprocessor macro). Seems, I should provide macros for all of the four operators since my source code is intended to be compiled with other compilers, too. :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29164