Reworked std::string typemaps.
Fixes various string in std namespace problems. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5010 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
092df069bd
commit
2f38702eb6
2 changed files with 66 additions and 58 deletions
|
|
@ -133,7 +133,6 @@ namespace std {
|
|||
specialize_std_vector(float);
|
||||
specialize_std_vector(double);
|
||||
specialize_std_vector(std::string);
|
||||
specialize_std_vector(string);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue