MCPcopy Create free account
hub / github.com/Naios/function2 / rebind

Class rebind

test/regressions.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 template <typename M>
86 struct rebind {
87 typedef no_allocate_allocator<M> other;
88 };
89
90 pointer allocate(size_type, void const* = nullptr) {
91 EXPECT_TRUE(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected