From: <rom...@us...> - 2006-05-14 07:29:25
|
Revision: 76 Author: roman_yakovenko Date: 2006-05-14 00:29:20 -0700 (Sun, 14 May 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=76&view=rev Log Message: ----------- adding new test case, that should be checked with boost.type_traits library Modified Paths: -------------- pygccxml_dev/unittests/data/type_traits.hpp Modified: pygccxml_dev/unittests/data/type_traits.hpp =================================================================== --- pygccxml_dev/unittests/data/type_traits.hpp 2006-05-14 07:27:38 UTC (rev 75) +++ pygccxml_dev/unittests/data/type_traits.hpp 2006-05-14 07:29:20 UTC (rev 76) @@ -175,6 +175,7 @@ typedef int& int_ref_t; typedef const int& const_int_ref_t; + typedef int const& int_const_ref_t; typedef some_struct_t& some_struct_ref_t; typedef int*& int_ptr_ref_t; } @@ -215,6 +216,7 @@ typedef const void const_void_t; typedef const incomplete_type const_incomplete_type_t; typedef int* const int_const_t; + //TODO typedef const int& const_int_ref_t; } namespace no{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |