mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 23:23:59 +00:00
added is-not-end assumption on table_iterator::increment
This commit is contained in:
parent
1bf193b8fc
commit
4d982e133e
@ -892,6 +892,7 @@ private:
|
|||||||
|
|
||||||
inline void increment()noexcept
|
inline void increment()noexcept
|
||||||
{
|
{
|
||||||
|
BOOST_UNORDERED_ASSUME(p!=nullptr);
|
||||||
increment(std::integral_constant<bool,regular_layout>{});
|
increment(std::integral_constant<bool,regular_layout>{});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user