mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2003-06-18 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
* testsuite/testsuite_performance.h (time_counter): New.
|
* testsuite/testsuite_performance.h (time_counter): New.
|
||||||
|
|
|
@ -245,7 +245,7 @@ namespace std
|
||||||
* @doctodo
|
* @doctodo
|
||||||
* @endif
|
* @endif
|
||||||
*/
|
*/
|
||||||
virtual void
|
void
|
||||||
_M_sync(char_type* __base, __size_type __i, __size_type __o)
|
_M_sync(char_type* __base, __size_type __i, __size_type __o)
|
||||||
{
|
{
|
||||||
const bool __testin = this->_M_mode & ios_base::in;
|
const bool __testin = this->_M_mode & ios_base::in;
|
||||||
|
|
Loading…
Reference in New Issue