Revision: 1359
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1359&view=rev
Author: roman_yakovenko
Date: 2008-06-26 03:53:58 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
verify that 1983915 bug was fixed
Modified Paths:
--------------
pyplusplus_dev/unittests/data/no_init_to_be_exported.hpp
Modified: pyplusplus_dev/unittests/data/no_init_to_be_exported.hpp
===================================================================
--- pyplusplus_dev/unittests/data/no_init_to_be_exported.hpp 2008-06-26 10:49:15 UTC (rev 1358)
+++ pyplusplus_dev/unittests/data/no_init_to_be_exported.hpp 2008-06-26 10:53:58 UTC (rev 1359)
@@ -43,6 +43,11 @@
}
}
+struct event_t{
+ template< class TData >
+ event_t( TData& ){};
+};
+
}
#endif//__no_init_to_be_exported_hpp__
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|