'tors
| 154 | |
| 155 | public: // 'tors |
| 156 | stack_alloc(arena_type& a) |
| 157 | : arena_(a) |
| 158 | { |
| 159 | } |
| 160 | |
| 161 | stack_alloc(const stack_alloc&) = default; |
| 162 | stack_alloc& operator=(const stack_alloc&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected