mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-17 17:45:52 +00:00
Fix build error
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -346,7 +346,7 @@ struct InnerObjectTypePair
|
|||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
concept IsInnerObjectTypePair = requires {
|
concept IsInnerObjectTypePair = requires {
|
||||||
std::same_as<decltype(T::Field), SFieldNames>;
|
requires std::same_as<decltype(T::Field), SFieldNames>;
|
||||||
typename T::InnerObjectType;
|
typename T::InnerObjectType;
|
||||||
} || std::is_same_v<T, void>;
|
} || std::is_same_v<T, void>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user