Browse Source
`std::make_unique<T[]>(size)` always zero-initalizes the array. C++20 has `std::make_unique_for_overwrite` to avoid that, while older C++ versions can use the approach applied here.pull/1673/head
9 changed files with 17 additions and 17 deletions
Loading…
Reference in new issue