Author: mysqlpp Date: Sun Jun 12 14:20:39 2005 New Revision: 737 URL: http://svn.gna.org/viewcvs/mysqlpp?rev=737&view=rev Log: Made date parameter of print_stock_row() const ref instead of value. Besides being more efficient, it ducks a conversion error on OS X. We're going to have to address the latter eventually, because it's unavoidable with GCC 4.0; it shows up as failure to compile SSQLS in custom1.cpp.
Modified:
trunk/examples/util.cpp
trunk/examples/util.h
