is it placement new?

W

Wenjie

Hello,


I read that the placement new looks like:
void* SomeClass::eek:perator new(size_t, void* location)
{
return location;
}

If for some reason, I overload the operator new as:
void* SomeClass::eek:perator new(size_t, unsigned int locationIndex)
{
//...
}
Am I defining another placement new? Or what to call it,
"my overloaded operator new"?

BTW, should I #include <new> for my overloaded operator new?
I didn't but it compiles (on VC++6.0).


Thanks and best regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,010
Latest member
MerrillEic

Latest Threads

Top