*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4168 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
18c3b8ee11
commit
b107a107e6
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
Version 1.3.18 (In progress)
|
||||
============================
|
||||
12/10/2002: beazley
|
||||
Fixed subtle template argument replace bug. Reported by
|
||||
Chris Flatley.
|
||||
|
||||
12/10/2002: beazley
|
||||
Reverted CHANGES 09/03/2002, preprocessor argument evaluation. Arguments
|
||||
are not evaluated during collection, K&R, p. 230.
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
|
|||
# C++ test cases. (Can be run individually using make testcase.cpptest.)
|
||||
|
||||
CPP_TEST_BROKEN = \
|
||||
template_arg_replace \
|
||||
abstract_typedef \
|
||||
namespace_nested \
|
||||
template_default_arg \
|
||||
|
|
@ -145,6 +144,7 @@ CPP_TEST_CASES += \
|
|||
static_const_member_2 \
|
||||
struct_value \
|
||||
template \
|
||||
template_arg_replace \
|
||||
template_arg_scope \
|
||||
template_arg_typename \
|
||||
template_base_template \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue