mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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.