Author: mysqlpp
Date: Wed Dec 23 14:34:40 2009
New Revision: 2597

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2597&view=rev
Log:
Comment fix

Modified:
    trunk/lib/query.cpp

Modified: trunk/lib/query.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.cpp?rev=2597&r1=2596&r2=2597&view=diff
==============================================================================
--- trunk/lib/query.cpp (original)
+++ trunk/lib/query.cpp Wed Dec 23 14:34:40 2009
@@ -74,9 +74,7 @@
 #endif
 OptionalExceptions(q.throw_exceptions())
 {
-       // We don't copy stream buffer or template query stuff from the other
-       // Query on purpose.  This isn't a copy ctor so much as a way to
-       // ensure that "Query q(conn.query());" works correctly.
+       // Set up our internal IOStreams string buffer
        init(&sbuffer_);
 
        // See above for reason we override locale for Query streams.


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to