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 8053
8053
~hive();
8054
8054
8055
8055
hive& operator=(const hive& x);
8056
- hive& operator=(hive&& x)
8057
- noexcept(allocator_traits<Allocator>::propagate_on_container_move_assignment::value ||
8058
- allocator_traits<Allocator>::is_always_equal::value);
8056
+ hive& operator=(hive&& x) noexcept(@\seebelow@);
8059
8057
hive& operator=(initializer_list<T>);
8060
8058
template<class InputIterator>
8061
8059
void assign(InputIterator first, InputIterator last);
8109
8107
8110
8108
iterator erase(const_iterator position);
8111
8109
iterator erase(const_iterator first, const_iterator last);
8112
- void swap(hive&)
8113
- noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value ||
8114
- allocator_traits<Allocator>::is_always_equal::value);
8110
+ void swap(hive&) noexcept(@\seebelow@);
8115
8111
void clear() noexcept;
8116
8112
8117
8113
// \ref{hive.operations}, hive operations
You can’t perform that action at this time.
0 commit comments