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 <