tag/Pool: remove redundant inline
keywords from constexpr
functions
This commit is contained in:
parent
732b2acf35
commit
a67a9c9980
@ -90,7 +90,7 @@ calc_hash(TagType type, const char *p) noexcept
|
|||||||
return hash ^ type;
|
return hash ^ type;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline constexpr TagPoolSlot *
|
static constexpr TagPoolSlot *
|
||||||
tag_item_to_slot(TagItem *item) noexcept
|
tag_item_to_slot(TagItem *item) noexcept
|
||||||
{
|
{
|
||||||
return &ContainerCast(*item, &TagPoolSlot::item);
|
return &ContainerCast(*item, &TagPoolSlot::item);
|
||||||
|
Loading…
Reference in New Issue
Block a user