mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Redundant static_assert. Rework it a smidge.
This commit is contained in:
parent
2a2de1cea2
commit
ffb353aee9
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ public:
|
|||
template<typename T>
|
||||
Id field() const
|
||||
{
|
||||
static_assert(std::is_base_of<FieldBase, T>::value);
|
||||
static_assert(getIndex<T>() >= 0);
|
||||
static_assert(std::disjunction_v<std::is_same<std::decay_t<T>, Fields>...>);
|
||||
return array[getIndex<T>()];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue