Can I use for example std::vector
in DriverKit driver in macOs / XCode?
DriverKit has some container class like OSArray
https://developer.apple.com/documentation/driverkit/osarray?language=objc
If I create a new "DriverKit driver" project and include <vector>
then I get build errors. Those error comes from including <cstring>
and the error is
No member named 'strcpy' in the global namespace
No member named 'strcat' in the global namespace