mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The anonymous namespace was renamed due to -Wsubobject-linkage complaining about a field created in a GTest template class (CborRoundtripTestParam) being defined in an anonymous namespace. See https://stackoverflow.com/a/37723265.