mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 04:11:21 +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.