mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Pass by reference in succ
This commit is contained in:
committed by
Nik Bougalis
parent
12e11721f9
commit
7b69592fe1
@@ -152,7 +152,7 @@ OpenView::exists (Keylet const& k) const
|
||||
|
||||
auto
|
||||
OpenView::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