mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up hardened containers (RIPD-380):
* Rename hardened containers for clarity * Fixes https://ripplelabs.atlassian.net/browse/RIPD-380
This commit is contained in:
committed by
Vinnie Falco
parent
e6f4eedb1e
commit
58547f6997
@@ -67,8 +67,7 @@ template <class Key,
|
||||
class CycledMap
|
||||
{
|
||||
private:
|
||||
typedef ripple::unordered_map <
|
||||
Key, T, Hash, KeyEqual, Allocator> ContainerType;
|
||||
typedef hash_map <Key, T, Hash, KeyEqual, Allocator> ContainerType;
|
||||
typedef typename ContainerType::iterator iterator;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user