fix template complex

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5756 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-03-17 09:43:35 +00:00
commit 135a367a2e

View file

@ -18,9 +18,9 @@
class complex; // python built-in
namespace std
{
{
template <class T>
class complex;
class string;
}
typedef complex None; // python built-in