From 1d0a6b8acee41b60d2196919d3f4a62014352fc2 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Tue, 11 Nov 2014 09:15:46 -0500 Subject: [PATCH] Fix all the samples to build with the C++11/14 language features (constexpr) --- .../resources/templates/.cproject | 1 + .../templates/examples/GearsBot/src/Subsystems/Elevator.h | 2 +- .../templates/examples/GearsBot/src/Subsystems/Wrist.h | 2 +- .../examples/PacGoat/src/Commands/DriveForward.h | 4 ++-- .../templates/examples/PacGoat/src/Subsystems/Collector.h | 6 +++--- .../templates/examples/PacGoat/src/Subsystems/Pivot.h | 8 ++++---- .../examples/PacGoat/src/Subsystems/Pneumatics.h | 2 +- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject index 52d91df0f1..2285430ee3 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/.cproject @@ -28,6 +28,7 @@