mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Prefer std::optional over boost:optional:
Some of the boost::optionals must remain for now. Both boost::beast and SOCI have interfaces that require boost::optional.
This commit is contained in:
committed by
Nik Bougalis
parent
85307b29d0
commit
3b33318dc8
@@ -792,7 +792,7 @@ class Ticket_test : public beast::unit_test::suite
|
||||
uint256 const& txID,
|
||||
std::uint32_t ledgerSeq,
|
||||
std::uint32_t txSeq,
|
||||
boost::optional<std::uint32_t> ticketSeq,
|
||||
std::optional<std::uint32_t> ticketSeq,
|
||||
TxType txType) {
|
||||
error_code_i txErrCode{rpcSUCCESS};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user