mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
This keeps indexes from being instantly reused and reduces the risk of accidentally using an old index. Also change erase and emplace_back to return 0-based instead of 1-based indexes. This is a breaking change, but a noisy one due to the template parameter change.