mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use a special pair with the inner objects const when looking up order books.
See: http://ideone.com/QggSh9
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
//
|
||||
|
||||
typedef std::pair<uint160, uint160> currencyIssuer_t;
|
||||
typedef std::pair<const uint160&, const uint160&> currencyIssuer_ct;
|
||||
|
||||
class BookListeners
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user