mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-03 01:01:42 +01:00
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
|
||||
{
|
||||
return *reinterpret_cast<slot_typ<EFBFBD>*>(pc)!=available_;
|
||||
return *reinterpret_cast<slot_type*>(pc)!=available_;
|
||||
}
|
||||
|
||||
inline int match_occupied()const
|
||||
|
||||
Reference in New Issue
Block a user