mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 07:10:53 +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
@@ -39,7 +39,7 @@ paths::operator()(Env& env, JTx& jt) const
|
||||
in_.currency,
|
||||
in_.account,
|
||||
amount,
|
||||
boost::none,
|
||||
std::nullopt,
|
||||
env.app());
|
||||
if (!pf.findPaths(depth_))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user