Revision: 1304
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1304&view=rev
Author: roman_yakovenko
Date: 2008-04-08 11:01:56 -0700 (Tue, 08 Apr 2008)
Log Message:
-----------
an attempt to add new test case for implicitly_convertible
Modified Paths:
--------------
pyplusplus_dev/unittests/data/casting_to_be_exported.hpp
Modified: pyplusplus_dev/unittests/data/casting_to_be_exported.hpp
===================================================================
--- pyplusplus_dev/unittests/data/casting_to_be_exported.hpp 2008-04-08 17:56:47 UTC (rev 1303)
+++ pyplusplus_dev/unittests/data/casting_to_be_exported.hpp 2008-04-08 18:01:56 UTC (rev 1304)
@@ -30,6 +30,9 @@
int value;
};
+struct zzzz{
+ operator y const() const { return y(); }
+};
int identity( int z ){ return z; }
@@ -54,4 +57,4 @@
}
}
-#endif//__casting_to_be_exported_hpp__
\ No newline at end of file
+#endif//__casting_to_be_exported_hpp__
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|