List: | MySQL++ | « Previous MessageNext Message » | |
From: | Warren Young | Date: | March 31 2006 4:00pm |
Subject: | Re: throw exceptions flag not properly copied in the copy constructor for mysqlpp::Query | ||
View as plain text |
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.
Thread | ||
---|---|---|
• throw exceptions flag not properly copied in the copy constructor for mysqlpp::Query | Joel Fielder | 29 Mar |
• Re: throw exceptions flag not properly copied in the copy constructorfor mysqlpp::Query | Warren Young | 31 Mar |