From 7796b453c29b0e5a88e2deff4e9d4ef4797656b5 Mon Sep 17 00:00:00 2001 From: JCW Date: Mon, 4 Aug 2025 21:52:41 +0100 Subject: [PATCH] Fix build error Signed-off-by: JCW --- include/xrpl/protocol/TypedLedgerEntries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/TypedLedgerEntries.h b/include/xrpl/protocol/TypedLedgerEntries.h index 7d389acb28..eeee4d1c70 100644 --- a/include/xrpl/protocol/TypedLedgerEntries.h +++ b/include/xrpl/protocol/TypedLedgerEntries.h @@ -348,7 +348,7 @@ template concept IsInnerObjectTypePair = requires { std::same_as; typename T::InnerObjectType; -} || std::same_as; +} || std::is_same_v; // Those `GetInnerObjectStruct` classes iterate through each item in the array, // and then return the type that the corresponding field name is equal to the