19 General utilities library [utilities]

19.10 Memory [memory]

19.10.10 The default allocator [default.allocator]

19.10.10.2 allocator globals [allocator.globals]

template<class T, class U> bool operator==(const allocator<T>&, const allocator<U>&) noexcept;
Returns: true.
template<class T, class U> bool operator!=(const allocator<T>&, const allocator<U>&) noexcept;
Returns: false.