Decrease macro pollution.
This commit is contained in:
parent
a69bdded7d
commit
3e4c4fa3ff
@ -261,6 +261,12 @@ MPH_MAP_PREAMBLE class dense_hash_map : public mph_map_base<
|
||||
MPH_MAP_PREAMBLE class sparse_hash_map : public mph_map_base<
|
||||
true, false, Key, Data, HashFcn, EqualKey, Alloc> {};
|
||||
|
||||
#undef MPH_MAP_TMPL_SPEC
|
||||
#undef MPH_MAP_CLASS_SPEC
|
||||
#undef MPH_MAP_METHOD_DECL
|
||||
#undef MPH_MAP_INLINE_METHOD_DECL
|
||||
#undef MPH_MAP_PREAMBLE
|
||||
|
||||
} // namespace cxxmph
|
||||
|
||||
#endif // __CXXMPH_MPH_MAP_H__
|
||||
|
Loading…
Reference in New Issue
Block a user