From 4a3a2479037f05ceb588d915bc220c849c485ba6 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Mon, 29 Jun 2026 14:33:17 -0400 Subject: [PATCH] Revert "disable copy constructors" This reverts commit 9485c3c4b609810e36c855a307e8da5824d889f2. --- include/xrpl/ledger/ApplyView.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/xrpl/ledger/ApplyView.h b/include/xrpl/ledger/ApplyView.h index d1e3fa8c6e..74543a0dc0 100644 --- a/include/xrpl/ledger/ApplyView.h +++ b/include/xrpl/ledger/ApplyView.h @@ -402,10 +402,6 @@ struct ApplyViewContext { ApplyView& view; STTx const& tx; - - ApplyViewContext(ApplyViewContext const&) = delete; - ApplyViewContext& - operator=(ApplyViewContext const&) = delete; }; namespace directory {