Revision: 255
Author: roman_yakovenko
Date: 2006-06-27 22:24:09 -0700 (Tue, 27 Jun 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=255&view=rev
Log Message:
-----------
adding test case for bug reported by Allen
Modified Paths:
--------------
pyplusplus_dev/unittests/data/enums_to_be_exported.hpp
Modified: pyplusplus_dev/unittests/data/enums_to_be_exported.hpp
===================================================================
--- pyplusplus_dev/unittests/data/enums_to_be_exported.hpp 2006-06-27 19:36:38 UTC (rev 254)
+++ pyplusplus_dev/unittests/data/enums_to_be_exported.hpp 2006-06-28 05:24:09 UTC (rev 255)
@@ -13,6 +13,9 @@
, green = 2
, blue = 4 };
+inline int to_int( int x=red ){ return x; }
+
}
+
#endif//__enums_to_be_exported_hpp__
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|