# # # patch "automate_ostream.hh" # from [abdfca2e10a965e396d448a8777650cb6fcb355e] # to [d4ff673e1080a7b081d79a1876a6bb203d05640d] # ============================================================ --- automate_ostream.hh abdfca2e10a965e396d448a8777650cb6fcb355e +++ automate_ostream.hh d4ff673e1080a7b081d79a1876a6bb203d05640d @@ -115,9 +115,9 @@ struct basic_automate_ostream : public s basic_automate_ostream(std::basic_ostream<_CharT, _Traits> &out, size_t blocksize) - : std::basic_ostream<_CharT, _Traits>(NULL), + : std::basic_ostream<_CharT, _Traits>(&_M_autobuf), _M_autobuf(out, blocksize) - { this->init(&_M_autobuf); } + { /* this->init(&_M_autobuf); */ } protected: basic_automate_ostream() { }