.oisyn Tomato Guru
169 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 19178 Posts