fix for old STL std::string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5802 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
55533e4dfd
commit
42b8dcaae1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ namespace std {
|
|||
template <class _CharT>
|
||||
class basic_string
|
||||
{
|
||||
#ifdef SWIG_STD_STRING_MODERN
|
||||
#ifndef SWIG_STD_STRING_MODERN
|
||||
%ignore push_back;
|
||||
%ignore clear;
|
||||
%ignore compare;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue