[comp.lang.c++] redefine global new operator

ttwang@polyslo.CalPoly.EDU (Thomas Wang) (10/16/89)

I tried to redefine the global 'new' operator in g++ 1.34.  It did not
compile.  The same program ran fine in cfront 1.2.  Is this an incompatibility
between the two compilers?


 -Thomas Wang ("This is a fantastic comedy that Ataru and his wife Lum, an
                invader from space, cause excitement involving their neighbors."
                  - from a badly translated Urusei Yatsura poster)

                                                     ttwang@polyslo.calpoly.edu

jima@hplsla.HP.COM (Jim Adcock) (10/20/89)

I tried this on g++ 1.36 prerelease and it still does not seem to work.