forked from boostorg/unordered
added is-not-end assumption on table_iterator::increment
This commit is contained in:
@ -892,6 +892,7 @@ private:
|
||||
|
||||
inline void increment()noexcept
|
||||
{
|
||||
BOOST_UNORDERED_ASSUME(p!=nullptr);
|
||||
increment(std::integral_constant<bool,regular_layout>{});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user