Fix build error

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-08-04 21:52:41 +01:00
parent 30530e42de
commit 7796b453c2

View File

@@ -348,7 +348,7 @@ template <typename T>
concept IsInnerObjectTypePair = requires {
std::same_as<decltype(T::Field), SFieldNames>;
typename T::InnerObjectType;
} || std::same_as<T, void>;
} || std::is_same_v<T, void>;
// Those `GetInnerObjectStruct` classes iterate through each item in the array,
// and then return the type that the corresponding field name is equal to the