mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Previously this would have allocated the std::string every time, even if the message wasn't printed. Now takes a StringRef, and only converts to std::string when the message actually gets printed.