Author: mysqlpp Date: Wed Jul 20 03:24:44 2005 New Revision: 956 URL: http://svn.gna.org/viewcvs/mysqlpp?rev=956&view=rev Log: - Moved Row's ctor and dtor definitions from header to .cpp file, to avoid an internal compiler error with BC++ free compiler. - Ifdefing out Row::equal_list() and such, as BC++ free compiler can't compile most of these templates. They're only required by SSQLS, which BC++ also can't compile.
Modified:
trunk/lib/row.cpp
trunk/lib/row.h
