From e46a771e9e68e21a07d701e96f93ed63606f8303 Mon Sep 17 00:00:00 2001
From: paoletti <paoletti@umich.edu>
Date: Fri, 8 Sep 2017 15:14:37 -0400
Subject: [PATCH] Updated to c++17 instead of 14.

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c8cbc93..4108dba 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 #   3. Files you want to include in your final submission cannot match the
 #      test*.cpp pattern.
 
-# enables c++14 on CAEN
+# enables c++17 on CAEN
 PATH := /usr/um/gcc-6.2.0/bin:$(PATH)
 LD_LIBRARY_PATH := /usr/um/gcc-6.2.0/lib64
 LD_RUN_PATH := /usr/um/gcc-6.2.0/lib64
@@ -53,7 +53,7 @@ PARTIAL_SUBMITFILE = partialsubmit.tar.gz
 FULL_SUBMITFILE = fullsubmit.tar.gz
 
 #Default Flags
-CXXFLAGS = -std=c++14 -Wconversion -Wall -Werror -Wextra -pedantic 
+CXXFLAGS = -std=c++17 -Wconversion -Wall -Werror -Wextra -pedantic 
 
 # make release - will compile "all" with $(CXXFLAGS) and the -O3 flag
 #				 also defines NDEBUG so that asserts will not check
-- 
GitLab