Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/ext/hash_map
Show First 20 Lines • Show All 978 Lines • ▼ Show 20 Lines | operator!=(const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, | ||||
const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) | const hash_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) | ||||
{ | { | ||||
return !(__x == __y); | return !(__x == __y); | ||||
} | } | ||||
} // namespace __gnu_cxx | } // namespace __gnu_cxx | ||||
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 | ||||
# include <cmath> | |||||
# include <iterator> | # include <iterator> | ||||
#endif | #endif | ||||
#endif // _LIBCPP_HASH_MAP | #endif // _LIBCPP_HASH_MAP |