mirror of
https://github.com/libAthena/athena.git
synced 2025-06-04 21:54:21 +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.
Athena
Languages
C++
85.3%
C
10.1%
CMake
4.6%