This commit is contained in:
David Rose 2002-04-12 20:27:28 +00:00
parent 0a483e3d67
commit 672e4f6710

View File

@ -226,7 +226,7 @@ $[cdefine GLOBAL_OPERATOR_NEW_EXCEPTIONS]
#elif $[eq $[STL_ALLOCATOR], OLD]
// "OLD": Irix 6.2-era STL.
#set OLD_STYLE_ALLOCATOR 1
#elif $[eq $[STL_ALLOCATOR], ECGS]
#elif $[eq $[STL_ALLOCATOR], GNU]
// "GNU": gcc 2.95-era.
#set GNU_STYLE_ALLOCATOR 1
#elif $[eq $[STL_ALLOCATOR], VC6]