From: Date: November 21 2005 4:35am Subject: Re: Query class derived from std::ostream constructor issue List-Archive: http://lists.mysql.com/plusplus/5175 Message-Id: <20051121033503.GA8746@foursquare.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sun, Nov 20, 2005 at 09:08:50PM -0500, Chris Frey wrote: > basic_ifstream() > : __istream_type(NULL), _M_filebuf() > { this->init(&_M_filebuf); } I've commited this style of fix to SVN. Please give it a test on your platform. - Chris