Fix some terminology used in C++ template partial specialization and new typemap matching rules
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11982 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
edd0a06409
commit
01c4ab6baf
5 changed files with 26 additions and 24 deletions
|
|
@ -15,10 +15,10 @@ Version 2.0.0 (in progress)
|
|||
2010-04-01: wsfulton
|
||||
Numerous subtle typemap matching rule fixes when using the default type. The typemap
|
||||
matching rules are to take a type and find the best default typemap (SWIGTYPE, SWIGTYPE* etc),
|
||||
then look for the next best match by reducing the chosen default type. The type reduction
|
||||
then look for the next best match by reducing the chosen default type. The type deduction
|
||||
now follows C++ template partial specialization matching rules.
|
||||
|
||||
Below are the set of changes made showing the default type reduction
|
||||
Below are the set of changes made showing the default type deduction
|
||||
along with the old reduced type and the new version of the reduced type:
|
||||
|
||||
SWIGTYPE const &[ANY]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue