Hi all,

I am overriding new and delete for some c++ classes.
I am wondering if its also ok to override new and delete in the same way for structures.

i.e. when declaring a struct, redefine the operator new and delete for that struct

or

Is it only possible to override new and delete that structures will end up using by overriding global new and delete.

Cheers,
Seany.