mirror of https://github.com/swig/swig
Add testcase which fails with C# directors.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9439 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1578c8cb88
commit
3c48c3a7d3
|
@ -37,6 +37,9 @@ struct A
|
|||
virtual const std::string& call_get(int n) const
|
||||
{ return get(n); }
|
||||
|
||||
virtual int string_length(const std::string & s) const
|
||||
{ return (int)s.size(); }
|
||||
|
||||
std::vector<std::string> m_strings;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue