mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-18 01:15:26 +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.