josephlewis42 / autopilot

Fork of the autopilot software that is now being used at the University of Denver.
GNU General Public License v3.0
1 stars 2 forks source link

boost::array -> std::array #35

Closed josephlewis42 closed 10 years ago

josephlewis42 commented 10 years ago

The boost:: documentation states that you should use std:: array if possible. We should do this to keep our codebase fresh.