Added namespace qualification.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4628 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3446ba2648
commit
ae2e14741f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include <functional>
|
||||
#include <numeric>
|
||||
|
||||
using std::string;
|
||||
|
||||
double vec_write(std::vector<string> v) {
|
||||
int n = 0;
|
||||
for( std::vector<string>::iterator i = v.begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue