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:
William S Fulton 2010-04-09 21:40:23 +00:00
commit 01c4ab6baf
5 changed files with 26 additions and 24 deletions

View file

@ -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]