Category : C++ Source Code
Archive   : BLFMATH.ZIP
Filename : PLACENEW.H
// placenew.h: inline placement new operator
// Copyright(c) 1993 Azarona Software. All rights reserved.
/////////////////////////////////////////////////////////////
#ifndef H_PLACENEW
#define H_PLACENEW
#include
inline void *operator new(size_t, void *p)
// Placement new operator.
{
return p;
}
#endif
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/