From: Warren Young Date: January 31 2008 10:19pm Subject: Re: help: SSQLS compile error stream2string.h List-Archive: http://lists.mysql.com/plusplus/7428 Message-Id: <47A2497D.8030103@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chris Morgan wrote: > > This is the post I found when I had the problem with a > mysqlpp::DateTime conversion to string implicitly. > > http://arkiv.netbsd.se/?ml=mysql-plusplus&a=2006-10&t=2433271 Thanks. It did come up in my searching, but I passed it over due to the unhelpful subject line. I'm pretty sure the change I just made is equivalent, which is just as well because you can't apply this patch to the current code. (You can add the out_stream() methods, but it won't help because string2stream uses str() now.) That thread brings up another issue: why not derive DateTime from Date and Time. I brushed the guy off at the time citing ABI concerns, but this is the time to change it. Since Bakefile 0.2.3 hasn't been released, I have time to play with it. And play I shall.