std_sstream.h (_M_sync): Make non virtual.
authorPaolo Carlini <pcarlini@unitus.it>
Thu, 19 Jun 2003 15:39:33 +0000 (17:39 +0200)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 19 Jun 2003 15:39:33 +0000 (15:39 +0000)
2003-06-19  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (_M_sync): Make non virtual.

From-SVN: r68200

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_sstream.h

index 2c7df3300b93cb91c4fff83de9cb9800dbdced8d..30a7c1cd41697d8c0f488889aff962f52b3ded31 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-19  Paolo Carlini  <pcarlini@unitus.it>
+
+       * include/std/std_sstream.h (_M_sync): Make non virtual.
+
 2003-06-18  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/testsuite_performance.h (time_counter): New.
index a720d3569ff753f655c212fb967107c2a0ab3d99..7f3fc6440cc291aa43ccd0fc58b06dee24775f41 100644 (file)
@@ -245,7 +245,7 @@ namespace std
        *  @doctodo
        *  @endif
       */
-      virtual void
+      void
       _M_sync(char_type* __base, __size_type __i, __size_type __o)
       {
        const bool __testin = this->_M_mode & ios_base::in;