*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4594 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f7d59cab5d
commit
d5c6658e58
2 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
|
|||
CPP_TEST_BROKEN += \
|
||||
namespace_nested \
|
||||
template_default_arg \
|
||||
template_extend_overload \
|
||||
template_extend_overload_2 \
|
||||
template_specialization_defarg \
|
||||
template_specialization_enum \
|
||||
|
|
@ -182,6 +181,7 @@ CPP_TEST_CASES += \
|
|||
template_enum_ns_inherit \
|
||||
template_enum_typedef \
|
||||
template_explicit \
|
||||
template_extend_overload \
|
||||
template_extend1 \
|
||||
template_extend2 \
|
||||
template_forward \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
|
||||
%inline %{
|
||||
|
||||
template <class T>
|
||||
struct A
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue