mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
We can't read [0] on an empty StringRef or the StringRef itself asserts (this may crash in non-debug mode as an empty StringRef is not guaranteed to have a valid pointer). Instead, we can just check if the StringRef is not empty. Closes #502
Building WPILib C++ Sim
see top level building.md for details