Closed anordal closed 2 years ago
Should this issue be closed, @anordal ?
It doesn't look like this is applied. Did you mean to, @trym-b?
I think there is actually one important fix in here: To not call c_str() on a temporary: toSnakeCase(name).c_str()
.
I agree with @anordal, that is a bug. Calling the function is actually fine, but storing the pointer it returns is not.
This task is currently not on my todo list, so it is unlikely that this will be prioritized. Feel free to create a PR.
Solved by #133