Added comments saying how to test array forms of new and delete.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@276 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2005-09-27 17:04:30 +00:00
parent 2f9e9583b0
commit 98734a38e9

View file

@ -2,6 +2,9 @@
//#define LOKI_CLASS_LEVEL_THREADING
//#define LOKI_OBJECT_LEVEL_THREADING
// Uncomment this to test new [] and delete [].
// #define LOKI_SMALL_OBJECT_USE_NEW_ARRAY
#include "SmallObj.h"
#include "timer.h"