3 * Iter Vehemens ad Necem (IVAN)
4 * Copyright (C) Timo Kiviluoto
5 * Released under the GNU General
8 * See LICENSING which should be included
9 * along with this file for more details
12 #ifndef __IVANCOMMON_H__
13 #define __IVANCOMMON_H__
16 #include <exception> // for std::bad_alloc
20 void *operator new (std::size_t size
) throw (std::bad_alloc
);
21 void operator delete (void *p
) throw ();