mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Pass by reference in succ
This commit is contained in:
committed by
Nik Bougalis
parent
12e11721f9
commit
7b69592fe1
@@ -59,7 +59,7 @@ ApplyViewBase::exists (Keylet const& k) const
|
||||
|
||||
auto
|
||||
ApplyViewBase::succ (key_type const& key,
|
||||
boost::optional<key_type> last) const ->
|
||||
boost::optional<key_type> const& last) const ->
|
||||
boost::optional<key_type>
|
||||
{
|
||||
return items_.succ(*base_, key, last);
|
||||
|
||||
Reference in New Issue
Block a user