Revision: 1375
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1375&view=rev
Author: roman_yakovenko
Date: 2008-07-22 04:34:35 +0000 (Tue, 22 Jul 2008)
Log Message:
-----------
adding new test case double*[]
Modified Paths:
--------------
pyplusplus_dev/unittests/data/arrays_bug_to_be_exported.hpp
Modified: pyplusplus_dev/unittests/data/arrays_bug_to_be_exported.hpp
===================================================================
--- pyplusplus_dev/unittests/data/arrays_bug_to_be_exported.hpp 2008-07-21 20:16:53 UTC (rev 1374)
+++ pyplusplus_dev/unittests/data/arrays_bug_to_be_exported.hpp 2008-07-22 04:34:35 UTC (rev 1375)
@@ -8,6 +8,10 @@
struct arrays_bug{
+struct array_of_arrays{
+ double* f[4];
+};
+
struct item{ int values[10]; };
struct container{ item items[10]; };
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|