summaryrefslogtreecommitdiffstats
path: root/libcxx/include/deque
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/deque')
-rw-r--r--libcxx/include/deque2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/deque b/libcxx/include/deque
index b2582f48644..115b1b64270 100644
--- a/libcxx/include/deque
+++ b/libcxx/include/deque
@@ -1171,7 +1171,7 @@ template <class _Tp, class _Allocator>
inline
__deque_base<_Tp, _Allocator>::__deque_base()
_NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
- : __start_(0), __size_(0) {}
+ : __start_(0), __size_(0, __default_init_tag()) {}
template <class _Tp, class _Allocator>
inline
OpenPOWER on IntegriCloud