mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
* ErrorBase: Use magic static singleton for globals * ErrorBase: Add testability features for global errors * Make WPIError definitions inline functions (This works around cross-DLL variable issues on Windows) Fixes #1726.