Author: mysqlpp
Date: Sun Dec 2 15:45:13 2007
New Revision: 1942
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1942&view=rev
Log:
Removed Query::operator!(). Shouldn't be necessary now that we've moved
to safe bool.
Modified:
trunk/lib/query.h
Modified: trunk/lib/query.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=1942&r1=1941&r2=1942&view=diff
==============================================================================
--- trunk/lib/query.h (original)
+++ trunk/lib/query.h Sun Dec 2 15:45:13 2007
@@ -173,9 +173,6 @@
/// the last operation.
operator private_bool_type() const;
- /// \brief Return true if the object has experienced an error
- bool operator !() { return !copacetic_; }
-
/// \brief Return a SQL-escaped version of a character buffer
///
/// \param ps pointer to C++ string to hold escaped version; if
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits