Closed bradh closed 9 months ago
The comment (string/data) is not modified, and can be const. This makes it easier to pass in something from C++ std::string.
const
This would be an API change, so OK if you'd prefer to drop it.
All good. Thank you.
The comment (string/data) is not modified, and can be
const
. This makes it easier to pass in something from C++ std::string.This would be an API change, so OK if you'd prefer to drop it.