Author: sebor
Date: Wed May 23 08:00:09 2007
New Revision: 540970

URL: http://svn.apache.org/viewvc?view=rev&rev=540970
Log:
2007-05-23  Martin Sebor  <[EMAIL PROTECTED]>

        * _array.h (ctor): Removed redundant (ill-formed?) template
        argument list from the definition of __rw_array destructor.

Modified:
    incubator/stdcxx/trunk/include/rw/_array.h

Modified: incubator/stdcxx/trunk/include/rw/_array.h
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_array.h?view=diff&rev=540970&r1=540969&r2=540970
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_array.h (original)
+++ incubator/stdcxx/trunk/include/rw/_array.h Wed May 23 08:00:09 2007
@@ -184,7 +184,7 @@
 template <class _TypeT>
 inline
 __rw_array<_TypeT>::
-~__rw_array<_TypeT> ()
+~__rw_array ()
 {
     __rw_destroy (_C_data, _C_data + _C_size);
     ::operator delete (_C_data);


Reply via email to