From: Warren Young Date: March 31 2006 4:00pm Subject: Re: throw exceptions flag not properly copied in the copy constructor for mysqlpp::Query List-Archive: http://lists.mysql.com/plusplus/5609 Message-Id: <442D5206.7040608@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Joel Fielder wrote: > > I think that the copy constructor for mysqlpp::Query is copying the > wrong exceptions flag. Indeed! exceptions() is a method on basic_ios! It's almost random chance that that code even compiles, and no wonder it doesn't work correctly. Thanks for the fix. It will appear in the next version.