1
Fork 0

Decrease macro pollution.

main
Davi de Castro Reis 2017-06-01 09:00:13 +01:00
parent a69bdded7d
commit 3e4c4fa3ff
1 changed files with 6 additions and 0 deletions

View File

@ -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__