|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-01-18 15:32:58
On Jan 16, 2008, at 4:01 PM, Jonathan Turkanis wrote:
> The compiler output for several iostreams tests suggests this platform
> is missing the placement new operator (e.g., http://tinyurl.com/
> 3c4krh).
> Is that correct?
>
> If so, what is the usual workaround? Do people define their own
> placement new?
Apparently so. As a quick workaround, you may be able to provide an
operator new (unsigned long, std::locale *) which calls new (unsigned
long, void *).
-- Noel