#include namespace seafire::common { allocator_t:: allocator_t() = default; allocator_t::allocation_t:: allocation_t() = default; allocator_t::allocation_t:: ~allocation_t() noexcept = default; } // namespace seafire::common