From 70280970d6715095f2f90fcc39be85c46d4508e7 Mon Sep 17 00:00:00 2001
From: Olly Betts
Once a default typemap has been applied to an argument, all -arguments that follow must have default values. See the +arguments that follow must have default values. See the Default/optional arguments section for further information on default argument wrapping.
@@ -3017,7 +3017,7 @@ catch(char const *_e) {Note that if your methods do not have an exception specification yet they do throw exceptions, SWIG cannot know how to -deal with them. For a neat way to handle these, see the Exception +deal with them. For a neat way to handle these, see the Exception handling with %exception section.