Bug 1257982 - [hazards] Inherit template attrs for plain HashMap/HashSet r=jonco

Differential Revision: https://phabricator.services.mozilla.com/D23621
This commit is contained in:
Steve Fink 2019-03-19 15:55:13 -07:00
parent 7c20ad9250
commit c75e825207

View File

@ -408,7 +408,7 @@ class HashMap {
using Range = typename Impl::Range;
using Enum = typename Impl::Enum;
Range all() const { return mImpl.all(); }
};
} MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS;
//---------------------------------------------------------------------------
// HashSet
@ -699,7 +699,7 @@ class HashSet {
using Range = typename Impl::Range;
using Enum = typename Impl::Enum;
Range all() const { return mImpl.all(); }
};
} MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS;
//---------------------------------------------------------------------------
// Hash Policy