mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-28 22:31:47 +01:00
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