| 90 | using value_type = T; |
| 91 | |
| 92 | explicit context_allocator(context_memory& mem) |
| 93 | : memory_(mem) |
| 94 | { |
| 95 | } |
| 96 | |
| 97 | template <typename U> |
| 98 | context_allocator(const context_allocator<U>& other) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected