minor comment update

This commit is contained in:
David Rose 2002-04-12 20:39:17 +00:00
parent 97fcd934f6
commit e54c93103b

View File

@ -53,8 +53,8 @@ public:
};
#elif defined(GNU_STYLE_ALLOCATOR)
// Later versions of gcc want to use a still different, nonstandard
// definition. Sheesh.
// Later versions of gcc want to use a still different,
// not-quite-standard definition. Sheesh.
template<class Type>
class pallocator : public allocator<Type> {