Fix static assertion on xcode 9 (#379)
* Change allocator type to match map key
This commit is contained in:
parent
5813ba54db
commit
e1f4568bc7
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ private:
|
|||
const char *,
|
||||
AllocSet,
|
||||
strcmp_wrapper,
|
||||
RebindAlloc<std::pair<const std::string, AllocSet>>>;
|
||||
RebindAlloc<std::pair<const char * const, AllocSet>>>;
|
||||
|
||||
SubscriptionMap subscriptions_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue