From: Warren Young Date: June 20 2005 9:54am Subject: Re: Wishlist item: Automatic conversion from ColData to bool List-Archive: http://lists.mysql.com/plusplus/4552 Message-Id: <42B69272.8050602@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Byrial Jensen wrote: > + /// \brief Converts this object's string data to a bool > + operator bool() const { return conv(0); } > + Applied to v2.0 tree. Thanks!