*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5423 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a1c8cc4283
commit
5d6988caa4
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
Version 1.3.20 (In progress)
|
||||
============================
|
||||
11/26/2003: beazley
|
||||
Fixed another one of Marcelo's evil template bugs (infinite
|
||||
recursion). [ 849504 ] template and typedef -> inf. recursion.
|
||||
|
||||
11/26/2003: beazley
|
||||
Fixed parsing problem with declarations like this:
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
|
|||
|
||||
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
|
||||
CPP_TEST_BROKEN += \
|
||||
template_typedef_cplx5 \
|
||||
array_typedef_memberin \
|
||||
defvalue_constructor \
|
||||
exception_order \
|
||||
|
|
@ -237,6 +236,7 @@ CPP_TEST_CASES += \
|
|||
template_typedef_cplx2 \
|
||||
template_typedef_cplx3 \
|
||||
template_typedef_cplx4 \
|
||||
template_typedef_cplx5 \
|
||||
template_virtual \
|
||||
template_whitespace \
|
||||
throw_exception \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue