MCPcopy Create free account
hub / github.com/Tessil/ordered-map / operator!=

Function operator!=

tests/custom_allocator_tests.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102template <class T, class U>
103bool operator!=(const custom_allocator<T>&, const custom_allocator<U>&) {
104 return false;
105}
106
107// TODO Avoid overloading new to check number of global new.
108// How can we check we only go through the allocator for allocation?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected