| 369 | |
| 370 | template <typename Box> |
| 371 | struct box_factory; |
| 372 | /// Store the allocator inside the box |
| 373 | template <bool IsCopyable, typename T, typename Allocator> |
| 374 | struct box : private Allocator { |
nothing calls this directly
no outgoing calls
no test coverage detected