Re: memory allocation problems
- From: "Simon Trew" <ten.enagro@werts>
- Date: Tue, 31 May 2005 23:33:01 +0100
"Steve Long" <Steve_Noneya@xxxxxxxxxx> wrote in message
news:OkbtP6iZFHA.612@xxxxxxxxxxxxxxxxxxxxxxx
> Victor,
> Thanks for your reply. Here's the entire body of the function. I don't
> seem
> to be able to get (nothrow) to work. I've include <new>:
You may need new (std::nothrow) if you haven't got 'using namespace std'
anywhere in scope (and pray God you have not).
S.
.
- References:
- Re: memory allocation problems
- From: Steve Long
- Re: memory allocation problems
- Prev by Date: Re: memory allocation problems
- Next by Date: Re: memory allocation problems
- Previous by thread: Re: memory allocation problems
- Next by thread: Re: memory allocation problems
- Index(es):
Relevant Pages
|