mirror of
https://github.com/libAthena/athena.git
synced 2025-07-13 16:46:04 +00:00
We can simply use std::make_unique instead of raw new + memset. For fill(), we can just use std::vector, given one of its constructors allows for an initial value to be specified.