Author: wyoung
Date: Thu Apr 19 00:36:50 2007
New Revision: 1540
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1540&view=rev
Log:
Comment fix
Modified:
trunk/examples/util.cpp
Modified: trunk/examples/util.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/util.cpp?rev=1540&r1=1539&r2=1540&view=diff
==============================================================================
--- trunk/examples/util.cpp (original)
+++ trunk/examples/util.cpp Thu Apr 19 00:36:50 2007
@@ -30,11 +30,11 @@
#include <iostream>
#include <iomanip>
-// This include isn't needed by util module. It's just a test of the
-// new SSQLS feature allowing the structure to be defined in many
+// This include isn't actually needed here. It's just a test of the
+// feature added in v2.1 allowing an SSQLS to be defined in multiple
// modules without having a multiply-defined static variable error.
-// Don't do this for VC++ 2003: it doesn't support variadic macros,
-// which this feature depends on.
+// The test is disabled for VC++ 2003, which doesn't support the
+// feature.
#if !defined(_MSC_VER) || _MSC_VER >= 1400
# define MYSQLPP_SSQLS_NO_STATICS
# include "stock.h"
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits