Author: wyoung
Date: Tue Feb 12 04:38:47 2008
New Revision: 2182

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2182&view=rev
Log:
Removed MYSQLPP_EXPORT from tiny_int<T> template: not needed, since the
entire definition is in the header.

Modified:
    trunk/lib/tiny_int.h

Modified: trunk/lib/tiny_int.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/tiny_int.h?rev=2182&r1=2181&r2=2182&view=diff
==============================================================================
--- trunk/lib/tiny_int.h (original)
+++ trunk/lib/tiny_int.h Tue Feb 12 04:38:47 2008
@@ -52,7 +52,7 @@
 /// integer overflows!
 
 template <typename VT = signed char>
-class MYSQLPP_EXPORT tiny_int
+class tiny_int
 {
 public:
        //// Type aliases


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to