Revision: 1174
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1174&view=rev
Author: roman_yakovenko
Date: 2007-11-26 03:32:03 -0800 (Mon, 26 Nov 2007)
Log Message:
-----------
adding new test case for "has_public_destructor"
Modified Paths:
--------------
pygccxml_dev/unittests/data/type_traits.hpp
Modified: pygccxml_dev/unittests/data/type_traits.hpp
===================================================================
--- pygccxml_dev/unittests/data/type_traits.hpp 2007-11-25 18:30:15 UTC (rev 1173)
+++ pygccxml_dev/unittests/data/type_traits.hpp 2007-11-26 11:32:03 UTC (rev 1174)
@@ -545,6 +545,8 @@
struct x{
x(){}
};
+
+ struct z{int i;};
}
namespace no{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|