From 28c5f5d3eb50ee0976bc171361bb5d8d214fb504 Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Wed, 18 Oct 2023 14:20:23 +0000 Subject: [PATCH] feat: upgrading optframe and adopting c++17 --- makefile | 4 ++-- thirdparty/optframe-external | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 0a27f8a..d008bef 100644 --- a/makefile +++ b/makefile @@ -2,8 +2,8 @@ CC=clang++ CC_GCC=g++ CC_CLANG=clang++ #CC=clang++ -CPPSTD=-std=c++20 # -fconcepts-diagnostics-depth=2 # -Wfatal-errors -#CPPSTD=--std=c++17 -fconcepts -Wfatal-errors +#CPPSTD=-std=c++20 # -fconcepts-diagnostics-depth=2 # -Wfatal-errors +CPPSTD=--std=c++17 # -Wfatal-errors ########################################## # SUBMODULE LOCATION diff --git a/thirdparty/optframe-external b/thirdparty/optframe-external index c481fe4..73b2b29 160000 --- a/thirdparty/optframe-external +++ b/thirdparty/optframe-external @@ -1 +1 @@ -Subproject commit c481fe49604e2887e6a9eebb658f2c2e2f94ee24 +Subproject commit 73b2b29ff700f0458b2ac8d46eaa0232618fa18e