Fix static assertion on xcode 9 (#379)

* Change allocator type to match map key
This commit is contained in:
Shane Loretz 2017-09-27 19:09:20 -07:00 committed by GitHub
parent 5813ba54db
commit e1f4568bc7

View file

@ -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_;