Remove void 'cppouttype' typemap. Doesn't make sense.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13666 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a94ef7b1be
commit
4c1b189d72
1 changed files with 0 additions and 8 deletions
|
|
@ -459,14 +459,6 @@ out_assignment_no_cast_unsigned_only(const,*&);
|
|||
}
|
||||
|
||||
// typemaps for 'cppresult'
|
||||
// void
|
||||
%typemap(cppouttype) void "void"
|
||||
%typemap(cppouttype) void*, const void* "void *"
|
||||
// constant pointers
|
||||
%typemap(cppouttype) void * const "void * const"
|
||||
%typemap(cppouttype) void* * const * const "void* *"
|
||||
%typemap(cppouttype) const void* * const "const void* *"
|
||||
|
||||
explicit_same_type_unconsted(cppouttype, short);
|
||||
explicit_same_type_unconsted(cppouttype, unsigned short);
|
||||
explicit_same_type_unconsted(cppouttype, int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue