mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 00:20:41 +00:00
disable copy constructors
This commit is contained in:
@@ -402,6 +402,10 @@ struct ApplyViewContext
|
||||
{
|
||||
ApplyView& view;
|
||||
STTx const& tx;
|
||||
|
||||
ApplyViewContext(ApplyViewContext const&) = delete;
|
||||
ApplyViewContext&
|
||||
operator=(ApplyViewContext const&) = delete;
|
||||
};
|
||||
|
||||
namespace directory {
|
||||
|
||||
Reference in New Issue
Block a user