Skip to content

aco: remove unique_ptr

It was helpful at the beginning. But since we use a custom allocator, this isn't really doing anything anymore.

Last patch is draft, because I'm not sure if a stack-allocation wouldn't be better here. Opinions?

Merge request reports