Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/unordered_set
Show First 20 Lines • Show All 1,793 Lines • ▼ Show 20 Lines | operator!=(const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x, | ||||
const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) | const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) | ||||
{ | { | ||||
return !(__x == __y); | return !(__x == __y); | ||||
} | } | ||||
_LIBCPP_END_NAMESPACE_STD | _LIBCPP_END_NAMESPACE_STD | ||||
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 | #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 | ||||
# include <cmath> | |||||
# include <functional> | # include <functional> | ||||
# include <iterator> | # include <iterator> | ||||
#endif | #endif | ||||
#endif // _LIBCPP_UNORDERED_SET | #endif // _LIBCPP_UNORDERED_SET |