ios.cc (ios_base::_M_init): Remove _M_callbacks initialization.
2003-04-04 Jerry Quinn <jlquinn@optonline.net> * src/ios.cc (ios_base::_M_init): Remove _M_callbacks initialization. From-SVN: r65242
This commit is contained in:
parent
5d80621758
commit
e23afc6f2e
@ -1,3 +1,8 @@
|
||||
2003-04-04 Jerry Quinn <jlquinn@optonline.net>
|
||||
|
||||
* src/ios.cc (ios_base::_M_init): Remove _M_callbacks
|
||||
initialization.
|
||||
|
||||
2003-03-31 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* include/std/std_streambuf.h (_M_out_buf_size()): Remove.
|
||||
|
@ -279,7 +279,6 @@ namespace std
|
||||
_M_precision = 6;
|
||||
_M_width = 0;
|
||||
_M_flags = skipws | dec;
|
||||
_M_callbacks = 0;
|
||||
_M_ios_locale = locale();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user