Files
allwpilib/wpilibc/src/main/native/include/frc
Peter Johnson 2c50937975 Fix implicitly deleted move constructors (#1954)
These were incorrect and exhibited as warnings on more recent versions of
clang (notably on Mac).

- Use pointers instead of references internally in GenericHID and *Drive
- Leave PIDBase, PIDController, and Resource non-moveable
- Remove the atomic from m_disabled in NidecBrushless
- Make Timer and Trigger copyable as well as moveable
- Implement custom move constructor/assignment for SendableChooserBase

Also comment out some unused variables that caused clang warnings.
2019-10-19 11:36:44 -07:00
..
2019-09-14 15:22:54 -05:00
2019-09-14 15:22:54 -05:00
2018-12-25 22:58:04 -06:00
2019-09-14 15:22:54 -05:00
2019-08-26 20:29:20 -07:00
2019-09-14 15:22:54 -05:00
2019-09-14 15:22:54 -05:00
2019-08-25 22:52:48 -07:00
2019-07-30 00:41:14 -07:00