Remove old (and commented out) region about template typemaps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13656 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e3f351bf4b
commit
04efe5fe66
1 changed files with 0 additions and 10 deletions
10
Lib/c/c.swg
10
Lib/c/c.swg
|
|
@ -504,16 +504,6 @@ explicit_same_type_unconsted(cppouttype, size_t);
|
|||
%typemap(cppouttype, fragment="stdbool_inc") bool & "$1_basetype*"
|
||||
%typemap(cppouttype, fragment="stdbool_inc") const bool & "$1_basetype const *"
|
||||
|
||||
// templates typemaps - in progress...
|
||||
/*
|
||||
%typemap(ctype) SWIGTYPE<T>, const SWIGTYPE<T> &, const SWIGTYPE<T> * "SwigObj *"
|
||||
%typemap(in) SWIGTYPE<T>, const SWIGTYPE<T> &, const SWIGTYPE<T> * { $1 = ($1_ltype) $input; }
|
||||
|
||||
%typemap(out) SWIGTYPE<T>, const SWIGTYPE<T> &, const SWIGTYPE<T> * "$result = ($1_ltype) $1;"
|
||||
|
||||
%typemap(cppouttype) SWIGTYPE<T>, const SWIGTYPE<T> &, const SWIGTYPE<T> * "$1_ltype"
|
||||
*/
|
||||
|
||||
#ifdef SWIG_CPPMODE
|
||||
|
||||
#ifdef SWIG_C_EXCEPT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue