std_sstream.h (_M_sync): Make non virtual.
2003-06-19 Paolo Carlini <pcarlini@unitus.it> * include/std/std_sstream.h (_M_sync): Make non virtual. From-SVN: r68200
This commit is contained in:
parent
2e5d98ced6
commit
50af15ec61
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue