summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cython/Includes/libcpp/unordered_set.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Includes/libcpp/unordered_set.pxd b/Cython/Includes/libcpp/unordered_set.pxd
index 2eba3a1c0..0b9931925 100644
--- a/Cython/Includes/libcpp/unordered_set.pxd
+++ b/Cython/Includes/libcpp/unordered_set.pxd
@@ -106,7 +106,7 @@ cdef extern from "<unordered_set>" namespace "std" nogil:
reverse_iterator rend()
const_reverse_iterator const_rend "rend"()
size_t size()
- void swap(unordered_set&)
+ void swap(unordered_multiset&)
#value_compare value_comp()
void max_load_factor(float)
float max_load_factor()