add missing iterator decls
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7765 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
22a35668b0
commit
f1c9638b6a
1 changed files with 8 additions and 3 deletions
|
|
@ -8,9 +8,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
%}
|
%}
|
||||||
|
|
||||||
#ifdef SWIG_EXPORT_ITERATOR_METHODS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
|
|
||||||
|
|
@ -34,6 +31,14 @@ namespace std {
|
||||||
|
|
||||||
static const size_type npos;
|
static const size_type npos;
|
||||||
|
|
||||||
|
#ifdef SWIG_EXPORT_ITERATOR_METHODS
|
||||||
|
class iterator;
|
||||||
|
class reverse_iterator;
|
||||||
|
class const_iterator;
|
||||||
|
class const_reverse_iterator;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
%traits_swigtype(_CharT);
|
%traits_swigtype(_CharT);
|
||||||
%fragment(SWIG_Traits_frag(_CharT));
|
%fragment(SWIG_Traits_frag(_CharT));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue