disable copy constructors

This commit is contained in:
Mayukha Vadari
2026-06-29 14:20:04 -04:00
parent 2759dfb36f
commit 9485c3c4b6

View File

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