vector<std::string> specialization added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5008 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-08-19 09:55:49 +00:00
commit 61e4fa4202

View file

@ -132,6 +132,8 @@ namespace std {
specialize_std_vector(unsigned long);
specialize_std_vector(float);
specialize_std_vector(double);
specialize_std_vector(std::string);
specialize_std_vector(string);
}