$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] A doubt in Boost Format
From: Gokulakannan Somasundaram (gokul007_at_[hidden])
Date: 2011-06-16 01:14:51
>
>
> Why don't you override the global operator new?
>
>
> -- overriding the global operator new is generally a discouraged practice.
We have overridden new in the specific classes and passed it around as a
policy class to be inherited. With Windows DLLs, i would need to do only
static linking with global operator new override. Because of all these
reasons, we are staying away from it.
Thanks.