mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix build error
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user