Don't const& this one.

This commit is contained in:
Alexander McCord 2024-06-08 07:51:01 -07:00
parent d866a0d683
commit af684eebbf

View file

@ -209,7 +209,7 @@ public:
}
template<typename T>
const Id& field() const
Id field() const
{
static_assert(std::disjunction_v<std::is_same<std::decay_t<T>, Fields>...>);
return array[getIndex<T>()];