summaryrefslogtreecommitdiff
path: root/Cython/Includes/libcpp/string.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Includes/libcpp/string.pxd')
-rw-r--r--Cython/Includes/libcpp/string.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Includes/libcpp/string.pxd b/Cython/Includes/libcpp/string.pxd
index a894144f1..73128324b 100644
--- a/Cython/Includes/libcpp/string.pxd
+++ b/Cython/Includes/libcpp/string.pxd
@@ -62,6 +62,7 @@ cdef extern from "<string>" namespace "std" nogil:
void resize(size_t) except +
void resize(size_t, char) except +
void shrink_to_fit() except +
+ void swap(string& other)
size_t capacity()
void reserve(size_t) except +
void clear()