.oisyn Tomato Guru
162 Posts
template<class T> void * operator new(size_t, float); struct Foo { friend void* ::operator new<int>(size_t, float); };
feline Whole Tomato Software
United Kingdom 19137 Posts