summaryrefslogtreecommitdiff
path: root/include/__split_buffer
diff options
context:
space:
mode:
Diffstat (limited to 'include/__split_buffer')
-rw-r--r--include/__split_buffer2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__split_buffer b/include/__split_buffer
index 79d1aa1d7c4a9..e74cf1f3b7727 100644
--- a/include/__split_buffer
+++ b/include/__split_buffer
@@ -361,7 +361,7 @@ __split_buffer<_Tp, _Allocator>::__split_buffer(__split_buffer&& __c)
template <class _Tp, class _Allocator>
__split_buffer<_Tp, _Allocator>::__split_buffer(__split_buffer&& __c, const __alloc_rr& __a)
- : __end_cap_(__a)
+ : __end_cap_(__second_tag(), __a)
{
if (__a == __c.__alloc())
{