VC7 allocator support, and *_ALLOCATOR cleanup

This commit is contained in:
David Rose
2002-04-12 19:14:47 +00:00
parent 07565f943f
commit 5146588a8d
20 changed files with 155 additions and 85 deletions
+3 -2
View File
@@ -105,5 +105,6 @@
// Must global operator new and delete functions throw exceptions?
#define GLOBAL_OPERATOR_NEW_EXCEPTIONS 1
// What style STL allocator should we declare?
#define GNU_STYLE_ALLOCATOR 1
// What is the syntax of the STL allocator declaration? See
// LocalSetup.pp for allowable values.
#define STL_ALLOCATOR GNU