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 8008
8008
hive(initializer_list<T> il, hive_limits block_limits, const Allocator& = Allocator());
8009
8009
~hive();
8010
8010
hive& operator=(const hive& x);
8011
- hive& operator=(hive&& x)
8012
- noexcept(allocator_traits<Allocator>::propagate_on_container_move_assignment::value ||
8013
- allocator_traits<Allocator>::is_always_equal::value);
8011
+ hive& operator=(hive&& x) noexcept(@\seebelow@);
8014
8012
hive& operator=(initializer_list<T>);
8015
8013
template<class InputIterator>
8016
8014
void assign(InputIterator first, InputIterator last);
8064
8062
8065
8063
iterator erase(const_iterator position);
8066
8064
iterator erase(const_iterator first, const_iterator last);
8067
- void swap(hive&)
8068
- noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value ||
8069
- allocator_traits<Allocator>::is_always_equal::value);
8065
+ void swap(hive&) noexcept(@\seebelow@);
8070
8066
void clear() noexcept;
8071
8067
8072
8068
// \ref{hive.operations}, hive operations
You can’t perform that action at this time.
0 commit comments