Remove template specific typemaps. Leftover from the change to C# like template handling.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13605 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f50b903d64
commit
88ffd102f3
1 changed files with 0 additions and 6 deletions
|
|
@ -12,12 +12,6 @@
|
|||
#include <stdexcept>
|
||||
%}
|
||||
|
||||
// C module specific: $tt expands to the type the template is instantiated
|
||||
%typemap(ctype) std::vector<T> "$tt"
|
||||
%typemap(in) std::vector<T> "$1 = ($1_ltype) $input;"
|
||||
%typemap(out) std::vector<T> "$result = ($1_ltype) $1;"
|
||||
%typemap(cppouttype) std::vector<T> "$1_ltype"
|
||||
|
||||
namespace std {
|
||||
|
||||
template<class T> class vector {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue