This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR23358 Remove unused template parameter in _Destroy


I apologize for the incorrect, and then blank attachments. One last time...

Thomas Kho

--- stl_construct.h	2005-08-19 12:06:11.961793000 -0700
+++ stl_construct.h_fixed	2005-08-19 12:06:31.676253000 -0700
@@ -174,7 +174,7 @@ namespace std
 	__alloc.destroy(&*__first);
     }
 
-  template<typename _ForwardIterator, typename _Allocator, typename _Tp>
+  template<typename _ForwardIterator, typename _Tp>
     inline void
     _Destroy(_ForwardIterator __first, _ForwardIterator __last,
 	     allocator<_Tp>)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]