mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
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
@ -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…
Reference in New Issue
Block a user