diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-19 15:39:33 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-19 15:39:33 +0000 |
| commit | 619d12f85fc80749e42e5c816992c3d1bc62b3da (patch) | |
| tree | 07de275e658589827dddcc2256ce6963745fb5fd | |
| parent | 78a537e6e23c58154015cb0be8399fc814d21408 (diff) | |
| download | ppe42-gcc-619d12f85fc80749e42e5c816992c3d1bc62b3da.tar.gz ppe42-gcc-619d12f85fc80749e42e5c816992c3d1bc62b3da.zip | |
2003-06-19 Paolo Carlini <pcarlini@unitus.it>
* include/std/std_sstream.h (_M_sync): Make non virtual.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68200 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/include/std/std_sstream.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2c7df3300b9..30a7c1cd416 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. diff --git a/libstdc++-v3/include/std/std_sstream.h b/libstdc++-v3/include/std/std_sstream.h index a720d3569ff..7f3fc6440cc 100644 --- a/libstdc++-v3/include/std/std_sstream.h +++ b/libstdc++-v3/include/std/std_sstream.h @@ -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; |

