*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-09-26 20:38:19 +00:00
commit c827e658b5
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
Version 1.3.20 (In progress)
============================
09/26/2003: beazley
Fixed [ 812528 ] externs not correct when throw is in signature.
Reported by Joseph Winston.
09/23/2003: cheetah (William Fulton)
SWIG was generating a number of symbols that didn't comply with
the ISO C/C++ standard, in particular ISO/IEC 14882:1998(E) 17.4.3.1.2

View file

@ -48,7 +48,6 @@ CPP_TEST_BROKEN += \
array_typedef_memberin \
defvalue_constructor \
exception_order \
extern_throws \
namespace_union \
template_default_arg \
template_specialization_defarg \
@ -123,6 +122,7 @@ CPP_TEST_CASES += \
extend_placement \
extend_template \
extend_template_ns \
extern_throws \
global_ns_arg \
grouping \
ignore_parameter \