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:
parent
9c0c4fb898
commit
b41b869b38
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue