Author: wyoung
Date: Tue May 13 22:14:51 2008
New Revision: 2286
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2286&view=rev
Log:
Changed type of String's internal "size" typedefs so it'll build without
errors on 64-bit systems where ints aren't the same size.
Modified:
trunk/lib/mystring.h
Modified: trunk/lib/mystring.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mystring.h?rev=2286&r1=2285&r2=2286&view=diff
==============================================================================
--- trunk/lib/mystring.h (original)
+++ trunk/lib/mystring.h Tue May 13 22:14:51 2008
@@ -144,7 +144,7 @@
typedef const char value_type;
/// \brief Type of "size" integers
- typedef unsigned int size_type;
+ typedef size_t size_type;
/// \brief Type of iterators
typedef const char* const_iterator;
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits