summaryrefslogtreecommitdiff
path: root/SWIG/Lib/std/std_basic_string.i
diff options
context:
space:
mode:
Diffstat (limited to 'SWIG/Lib/std/std_basic_string.i')
-rw-r--r--SWIG/Lib/std/std_basic_string.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/SWIG/Lib/std/std_basic_string.i b/SWIG/Lib/std/std_basic_string.i
index 8f82012b6..2cea540a7 100644
--- a/SWIG/Lib/std/std_basic_string.i
+++ b/SWIG/Lib/std/std_basic_string.i
@@ -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;