workaround gcc-2.96 failures
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8751 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
818bd43d03
commit
80f615916e
1 changed files with 7 additions and 7 deletions
|
|
@ -18,17 +18,17 @@
|
||||||
#endif
|
#endif
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
class string; // csharp keyword
|
||||||
|
namespace std
|
||||||
|
{
|
||||||
|
template <class T>
|
||||||
|
class complex;
|
||||||
|
}
|
||||||
|
|
||||||
%inline
|
%inline
|
||||||
{
|
{
|
||||||
class string; // csharp keyword
|
|
||||||
class complex; // python built-in
|
class complex; // python built-in
|
||||||
|
|
||||||
namespace std
|
|
||||||
{
|
|
||||||
template <class T>
|
|
||||||
class complex;
|
|
||||||
}
|
|
||||||
|
|
||||||
typedef complex None; // python built-in
|
typedef complex None; // python built-in
|
||||||
|
|
||||||
struct A
|
struct A
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue