removed problem test for gcc-3.3.0+ until resolved
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6560 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a6bbe5c897
commit
8ee2c8e710
1 changed files with 7 additions and 1 deletions
|
|
@ -80,10 +80,16 @@
|
|||
return hi;
|
||||
}
|
||||
|
||||
int test_b(const name& n1, name n2) {
|
||||
int test_b(name n2) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* gcc doesn't like this one. Removing until reason resolved.
|
||||
int test_c(const name& n1) {
|
||||
return 1;
|
||||
}
|
||||
*/
|
||||
|
||||
struct Foo
|
||||
{
|
||||
int foo(const Aptr&a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue