fix allocator type
This commit is contained in:
parent
4c876d5966
commit
a06a397cc6
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ private:
|
|||
std::hash<uint64_t>, std::equal_to<uint64_t>,
|
||||
RebindAlloc<std::pair<const uint64_t, subscription::SubscriptionBase::WeakPtr>>>;
|
||||
using IDTopicMap = std::map<std::string, AllocSet,
|
||||
std::less<std::string>, RebindAlloc<std::pair<std::string, AllocSet>>>;
|
||||
std::less<std::string>, RebindAlloc<std::pair<const std::string, AllocSet>>>;
|
||||
|
||||
SubscriptionMap subscriptions_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue