Test case fix for ISO compliant compilers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5978 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e987dfc82a
commit
0e7633162b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
struct B : A<C>
|
||||
{
|
||||
typedef typename A<C>::size_type size_type;
|
||||
void say_hi(size_type index = nindex) {}
|
||||
void say_hi(size_type index = A<C>::nindex) {}
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue