Author: mysqlpp Date: Wed Jul 20 03:27:57 2005 New Revision: 958 URL: http://svn.gna.org/viewcvs/mysqlpp?rev=958&view=rev Log: If NO_LONG_LONGS was defined, ColData_Tmpl would fail to compile as it would have duplicate definitions, since longlong is defined just as 'long' in this case. Ifdeffing out extra functions in this case.
Modified:
trunk/lib/coldata.h
