Revert "disable copy constructors"

This reverts commit 9485c3c4b6.
This commit is contained in:
Mayukha Vadari
2026-06-29 14:33:17 -04:00
parent aee76515a7
commit 4a3a247903

View File

@@ -402,10 +402,6 @@ struct ApplyViewContext
{
ApplyView& view;
STTx const& tx;
ApplyViewContext(ApplyViewContext const&) = delete;
ApplyViewContext&
operator=(ApplyViewContext const&) = delete;
};
namespace directory {