commit | f558432f624b37d62226253b2ed60a910adb1200 | [log] [tgz] |
---|---|---|
author | sabina <sabina1109@gmail.com> | Sat Sep 23 18:37:19 2017 -0700 |
committer | Sabina Davis <sabina1109@gmail.com> | Sun Sep 24 13:54:01 2017 -0700 |
tree | bb0107280988c65344fd8b66e82a489f3f93d941 | |
parent | b79af7c8000c8e983cf91c8b937001ab01124d26 [diff] [blame] |
fixed copy elision error in clang 3.8 Change-Id: I31f95667c309c80ade1289f0923e261e51bfa3a1
diff --git a/y2014/autonomous/auto.cc b/y2014/autonomous/auto.cc index e7f7697..e443f6b 100644 --- a/y2014/autonomous/auto.cc +++ b/y2014/autonomous/auto.cc
@@ -212,7 +212,7 @@ distance - theta * control_loops::drivetrain::kRobotRadius; right_initial_position += distance + theta * control_loops::drivetrain::kRobotRadius; - return ::std::move(drivetrain_action); + return drivetrain_action; } void Shoot() {