add guards for swig/language extra methods and comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6386 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1d0d321124
commit
409e17e94a
12 changed files with 85 additions and 14 deletions
|
|
@ -177,7 +177,11 @@ namespace std {
|
|||
|
||||
|
||||
%ignore pop();
|
||||
%swig_basic_string(std::basic_string<_CharT>);
|
||||
|
||||
#ifdef %swig_basic_string
|
||||
// Add swig/language extra methods
|
||||
%swig_basic_string(std::basic_string<_CharT >);
|
||||
#endif
|
||||
|
||||
#ifdef SWIG_EXPORT_ITERATOR_METHODS
|
||||
iterator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue