mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
DR106
This commit is contained in:
@@ -7,7 +7,12 @@
|
|||||||
#include "TaggedCache.h"
|
#include "TaggedCache.h"
|
||||||
|
|
||||||
typedef std::pair<uint160, uint160> currencyIssuer_t;
|
typedef std::pair<uint160, uint160> currencyIssuer_t;
|
||||||
|
|
||||||
|
#ifdef C11X
|
||||||
typedef std::pair<const uint160&, const uint160&> currencyIssuer_ct;
|
typedef std::pair<const uint160&, const uint160&> currencyIssuer_ct;
|
||||||
|
#else
|
||||||
|
typedef std::pair<uint160, uint160> currencyIssuer_ct;
|
||||||
|
#endif
|
||||||
|
|
||||||
class PathDBEntry
|
class PathDBEntry
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user