This commit is contained in:
David Rose 2005-05-18 00:04:58 +00:00
parent 8e2ff8e92e
commit 7eec1f34d8

View File

@ -70,7 +70,7 @@ allocate(TYPENAME dallocator<Type>::size_type n, allocator<void>::const_pointer)
template<class Type>
INLINE void dallocator<Type>::
deallocate(TYPENAME pallocator<Type>::pointer p, TYPENAME pallocator<Type>::size_type) {
deallocate(TYPENAME dallocator<Type>::pointer p, TYPENAME dallocator<Type>::size_type) {
(*global_operator_delete)(p);
}