mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 08:27:10 +00:00
We can use std::make_unique, which provides the same behavior as zeroing out the buffer. Now we can remove the use of memset here.
We can use std::make_unique, which provides the same behavior as zeroing out the buffer. Now we can remove the use of memset here.