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 7969
7969
hive(initializer_list<T> il, hive_limits block_limits, const Allocator& = Allocator());
7970
7970
~hive();
7971
7971
hive& operator=(const hive& x);
7972
- hive& operator=(hive&& x)
7973
- noexcept(allocator_traits<Allocator>::propagate_on_container_move_assignment::value ||
7974
- allocator_traits<Allocator>::is_always_equal::value);
7972
+ hive& operator=(hive&& x) noexcept(@\seebelow@);
7975
7973
hive& operator=(initializer_list<T>);
7976
7974
template<class InputIterator>
7977
7975
void assign(InputIterator first, InputIterator last);
8025
8023
8026
8024
iterator erase(const_iterator position);
8027
8025
iterator erase(const_iterator first, const_iterator last);
8028
- void swap(hive&)
8029
- noexcept(allocator_traits<Allocator>::propagate_on_container_swap::value ||
8030
- allocator_traits<Allocator>::is_always_equal::value);
8026
+ void swap(hive&) noexcept(@\seebelow@);
8031
8027
void clear() noexcept;
8032
8028
8033
8029
// \ref{hive.operations}, hive operations
You can’t perform that action at this time.
0 commit comments