diff options
Diffstat (limited to 'libcxx/include/list')
| -rw-r--r-- | libcxx/include/list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/list b/libcxx/include/list index d1da347b9bd1..98610f59ed74 100644 --- a/libcxx/include/list +++ b/libcxx/include/list @@ -1718,6 +1718,8 @@ struct __container_traits<list<_Tp, _Allocator> > { // - If an exception is thrown by an insert() or emplace() function while inserting a single element, that // function has no effects. static _LIBCPP_CONSTEXPR const bool __emplacement_has_strong_exception_safety_guarantee = true; + + static _LIBCPP_CONSTEXPR const bool __reservable = false; }; _LIBCPP_END_NAMESPACE_STD |
