From c00432cc0b8e669f81860233a7c2703b94d4b89d Mon Sep 17 00:00:00 2001 From: JCW Date: Tue, 5 Aug 2025 13:58:50 +0100 Subject: [PATCH] Fix build error Signed-off-by: JCW --- include/xrpl/protocol/TypedLedgerEntries.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/xrpl/protocol/TypedLedgerEntries.h b/include/xrpl/protocol/TypedLedgerEntries.h index 32bdf17d4d..20aaa9e382 100644 --- a/include/xrpl/protocol/TypedLedgerEntries.h +++ b/include/xrpl/protocol/TypedLedgerEntries.h @@ -346,7 +346,6 @@ struct InnerObjectTypePair template concept IsInnerObjectTypePair = requires { - requires std::same_as; typename T::InnerObjectType; } || std::is_same_v;