mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-22 15:31:41 +00:00
This comes up as a warning in VS2017, and all instances of this should be unsafe given that std::string in MSVC only starts with a pointer when the string contents is longer than the internal buffer, and of course the size is larger than that of a pointer so all following arguments wouldn't work either.