mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +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.