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 80088008 hive(initializer_list<T> il, hive_limits block_limits, const Allocator& = Allocator());
80098009 ~hive();
80108010 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@);
80148012 hive& operator=(initializer_list<T>);
80158013 template<class InputIterator>
80168014 void assign(InputIterator first, InputIterator last);
80648062
80658063 iterator erase(const_iterator position);
80668064 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@);
80708066 void clear() noexcept;
80718067
80728068 // \ref{hive.operations}, hive operations
You can’t perform that action at this time.
0 commit comments