last fixes for namespaces

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6608 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-02 01:59:33 +00:00
commit b41b869b38

View file

@ -110,7 +110,7 @@ namespace test
%template(FooT_H) hola::FooT<Hello>;
}
%template(FooT_d) test::hola::FooT<double>;
%template(FooT_d) ::test::hola::FooT<double>;
%template(BarT_H) test::hola::BarT<test::Hello>;
%inline %{