mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The implementation of ConvertToC for arrays was broken. Also change it to be templated on the returned array type, rather than passing the array. This makes the uses a bit more clean.