mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +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>
|
||||
concept IsInnerObjectTypePair = requires {
|
||||
std::same_as<decltype(T::Field), SFieldNames>;
|
||||
requires std::same_as<decltype(T::Field), SFieldNames>;
|
||||
typename T::InnerObjectType;
|
||||
} || std::is_same_v<T, void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user