From e6dfddfc30ca6b330f1c74bb120b152ed42cd297 Mon Sep 17 00:00:00 2001 From: JCW Date: Tue, 5 Aug 2025 10:44:59 +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 d88fa2f348..940bb435b3 100644 --- a/include/xrpl/protocol/TypedLedgerEntries.h +++ b/include/xrpl/protocol/TypedLedgerEntries.h @@ -396,7 +396,7 @@ using MatchConstness = std:: conditional_t, std::add_const_t, Type>; template -concept STObjectLike = std::same_as, STObject>; +concept STObjectLike = std::is_same_v, STObject>; // This type returns the value directly if the field is a typed field. template <