Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
86 commits behind the upstream repository.
user avatar
scivision authored
Refactor to avoid use of `malloc` in C++.  To get a `char*`,
use C++11 style `&buf[0]` rather than C++17 `buf.data()`.
f5e82d63
History