summaryrefslogtreecommitdiffstats
path: root/include/vector
diff options
context:
space:
mode:
Diffstat (limited to 'include/vector')
-rw-r--r--include/vector1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vector b/include/vector
index 07859c94e..ee7143555 100644
--- a/include/vector
+++ b/include/vector
@@ -2700,6 +2700,7 @@ vector<bool, _Allocator>::operator=(vector&& __v)
{
__move_assign(__v, integral_constant<bool,
__storage_traits::propagate_on_container_move_assignment::value>());
+ return *this;
}
template <class _Allocator>