apply patches for std::string/std::vector provided by Anthony Heading
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8926 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8eff9ca6dd
commit
77473c4ba2
2 changed files with 2 additions and 3 deletions
|
|
@ -403,7 +403,6 @@ namespace std {
|
|||
specialize_std_vector(unsigned long,SvIOK,SvIVX,sv_setiv);
|
||||
specialize_std_vector(float,SvNIOK,SwigSvToNumber,sv_setnv);
|
||||
specialize_std_vector(double,SvNIOK,SwigSvToNumber,sv_setnv);
|
||||
specialize_std_vector(std::string,SvPOK,SvPVX,SwigSvFromString);
|
||||
|
||||
specialize_std_vector(std::string,SvPOK,SwigSvToString,SwigSvFromString);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue