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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top