Author: mysqlpp Date: Wed Jun 29 02:25:14 2005 New Revision: 841 URL: http://svn.gna.org/viewcvs/mysqlpp?rev=841&view=rev Log: FieldNames::operator[](int) was implemented in terms of vector::operator[] previously, so it would crash the program if you passed an out-of-range index. Now it's implemented in terms of vector::at(), so it throws an exception.
Modified:
trunk/lib/field_names.h
