File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 8052
8052
hive(initializer_list<T> il, hive_limits block_limits, const Allocator& = Allocator());
8053
8053
~hive();
8054
8054
hive& operator=(const hive& x);
8055
- hive& operator=(hive&& x)
8056
- noexcept(allocator_traits<Allocator>::propagate_on_container_move_assignment::value ||
8057
- allocator_traits<Allocator>::is_always_equal::value);
8055
+ hive& operator=(hive&& x) noexcept(@\seebelow@);
8058
8056
hive& operator=(initializer_list<T>);
8059
8057
template<class InputIterator>
8060
8058
void assign(InputIterator first, InputIterator last);
8108
8106
8109
8107
iterator erase(const_iterator position);
8110
8108
iterator erase(const_iterator first, const_iterator last);
8111
- void swap(hive&)
8112
- noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value ||
8113
- allocator_traits<Allocator>::is_always_equal::value);
8109
+ void swap(hive&) noexcept(@\seebelow@);
8114
8110
void clear() noexcept;
8115
8111
8116
8112
// \ref{hive.operations}, hive operations
You can’t perform that action at this time.
0 commit comments