mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
The old method had a fairly large risk of undefined behavior, and the way the docs were written could cause users to get confused. Deprecate the old method and add StringRef method as preferred approach.