Fix for r11557 rename of max to maximum
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11628 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dddec445fd
commit
b75c606205
3 changed files with 6 additions and 6 deletions
|
|
@ -5,8 +5,8 @@ overload_template_fast
|
|||
|
||||
f = foo();
|
||||
|
||||
a = max(3,4);
|
||||
b = max(3.4,5.2);
|
||||
a = maximum(3,4);
|
||||
b = maximum(3.4,5.2);
|
||||
|
||||
# mix 1
|
||||
if (mix1("hi") != 101)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue