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;