Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commas
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12081 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b802e37ad2
commit
d25121a0ed
5 changed files with 50 additions and 6 deletions
|
|
@ -4,6 +4,12 @@ Version 2.0.0 (in progress)
|
|||
See CHANGES for changes in older releases.
|
||||
See RELEASENOTES for a summary of changes in each release.
|
||||
|
||||
2010-06-02: wsfulton
|
||||
[C#] Fix SWIG_STD_VECTOR_ENHANCED macro used in std::vector to work with
|
||||
types containing commas, for example:
|
||||
|
||||
SWIG_STD_VECTOR_ENHANCED(std::pair< double, std::string >)
|
||||
|
||||
2010-06-01: wsfulton
|
||||
Add in std_shared_ptr.i for wrapping std::shared_ptr. Requires the %shared_ptr
|
||||
macro like in the boost_shared_ptr.i library. std::tr1::shared_ptr can also be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue