mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-09 15:13:59 +00:00
s/BOOST_UNORDERED_ASSUME/BOOST_ASSERT
This commit is contained in:
parent
4d982e133e
commit
1c5640cfbe
@ -892,7 +892,7 @@ private:
|
|||||||
|
|
||||||
inline void increment()noexcept
|
inline void increment()noexcept
|
||||||
{
|
{
|
||||||
BOOST_UNORDERED_ASSUME(p!=nullptr);
|
BOOST_ASSERT(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