From bc5abd031185c9a0ae278b6e9c5700c874a6f575 Mon Sep 17 00:00:00 2001
From: rulrich <ralf.m.ulrich@kit.edu>
Date: Thu, 12 Nov 2020 21:25:10 +0100
Subject: [PATCH] c++17

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 97179b8..8e2523a 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ endif
 
 LDFLAGS += -lbz2
 SOFLAGS += -lbz2
-CXXFLAGS += -I$(TABDIR)/readLib/externals/compress_stream/include
+CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include
 
 
 CXXFLAGS += $(CONEX_EXTENSIONS)
-- 
GitLab