forked from boostorg/unordered
typo
This commit is contained in:
committed by
Christian Mazakas
parent
8f17f5f548
commit
0590e3bf8c
@ -419,7 +419,7 @@ struct group15
|
|||||||
|
|
||||||
static inline bool is_occupied(unsigned char* pc)noexcept
|
static inline bool is_occupied(unsigned char* pc)noexcept
|
||||||
{
|
{
|
||||||
return *reinterpret_cast<slot_typ<EFBFBD>*>(pc)!=available_;
|
return *reinterpret_cast<slot_type*>(pc)!=available_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline int match_occupied()const
|
inline int match_occupied()const
|
||||||
|
Reference in New Issue
Block a user