redefined typedefs ISO C++ fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6246 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
028720880b
commit
d79daa4886
1 changed files with 0 additions and 2 deletions
|
|
@ -43,14 +43,12 @@
|
|||
|
||||
struct A
|
||||
{
|
||||
typedef int Int;
|
||||
typedef int Int;
|
||||
friend int foo(A*, B*);
|
||||
};
|
||||
|
||||
struct B
|
||||
{
|
||||
typedef int Int;
|
||||
typedef int Int;
|
||||
friend int foo(A*, B*);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue