Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Soft-deprecate the use of implicit reliance on NULL-terminated strings.
This is toggled with the c++-define GODOT_SHOW_STR_DEPRECATIONS. For unowned string references, StrRange can be used. This is employed in sprintf and operator+, to avoid unnecessary allocations wherever possible.
- Loading branch information