mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
831b2ffdb6de6c9df48917cf640d3383cad7dd5e
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.
Languages
C++
85.3%
C
10.1%
CMake
4.6%