From: Warren Young Date: October 1 2004 6:51pm Subject: Re: Patches for Solaris 2.8 with gcc 3.3.2 List-Archive: http://lists.mysql.com/plusplus/3533 Message-Id: <415DA74D.80202@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sward, David wrote: > > Here's another patch, which actually tripped me up for a while due to It goes deeper than that. The const_cast BS in that function is wrong, wrong, wrong. (How can the function be const when it calls str(), which _does_ modify the stream object?) But tug on that thread, and the whole damn library starts unraveling, it seems like. I've temporarily withdrawn 1.7.18 as a result. I'm going to have to spend some time really thinking about what to do with this before releasing it. I may not get it finished today, in which case it will have to wait for Monday.