Author: wyoung
Date: Fri Dec 21 10:56:03 2007
New Revision: 2011
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2011&view=rev
Log:
- Row's vector-like public interfaces now delegate directly to the
underlying vector<String> instead of using subscript_iterator class.
This lets us have all the nice reference semantics that the other
subscript_iterator expats now enjoy. (Can't just derive from
vector<String> because a) it fscks with operator[](const char*) and
b) even if it didn't, we want to be a const vector-like thing; we
need to be able to leave out the interfaces that mutate the contained
data.)
- This being the last user of subscript_iterator, removed it.
Removed:
trunk/lib/subiter.h
Modified:
trunk/Wishlist
trunk/lib/row.cpp
trunk/lib/row.h
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/Wishlist
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/Wishlist?rev=2011&r1=2010&r2=2011&view=diff
Modified: trunk/lib/row.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/row.cpp?rev=2011&r1=2010&r2=2011&view=diff
Modified: trunk/lib/row.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/row.h?rev=2011&r1=2010&r2=2011&view=diff
Removed: trunk/lib/subiter.h
URL: http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/subiter.h?rev=2010&view=auto
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits