mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Mark some single-argument constructors explicit
This commit is contained in:
@@ -327,7 +327,7 @@ struct transactionPreProcessResult
|
||||
, second ()
|
||||
{ }
|
||||
|
||||
transactionPreProcessResult (std::shared_ptr<STTx>&& st)
|
||||
explicit transactionPreProcessResult (std::shared_ptr<STTx>&& st)
|
||||
: first ()
|
||||
, second (std::move (st))
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user