more fixes for template + def args

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6833 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-12-05 10:15:25 +00:00
commit 6b499410dd
17 changed files with 203 additions and 284 deletions

View file

@ -25,6 +25,7 @@ namespace std {
typedef _CharT value_type;
typedef value_type reference;
typedef value_type const_reference;
typedef _Alloc allocator_type;
static const size_type npos;