Author: sebor
Date: Fri Mar 23 16:50:48 2007
New Revision: 521947

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

        * _basic_ios.h (~basic_ios): Removed protected declaration accidentally
        introduced in http://svn.apache.org/viewvc?view=rev&revision=519751.

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

Modified: incubator/stdcxx/trunk/include/rw/_basic_ios.h
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_basic_ios.h?view=diff&rev=521947&r1=521946&r2=521947
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_basic_ios.h (original)
+++ incubator/stdcxx/trunk/include/rw/_basic_ios.h Fri Mar 23 16:50:48 2007
@@ -230,8 +230,6 @@
     // the default ctor not to re-initialize the object
     basic_ios () { /* no-op as per 27.4.4.1, p2 */ }
 
-    ~basic_ios () { }
-
     // 27.4.4.1, p3
     void init (streambuf_type*);
 


Reply via email to