Skip to content

Commit

Permalink
feat: upgrading optframe and adopting c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Oct 18, 2023
1 parent 74e579c commit 28c5f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/optframe-external
Submodule optframe-external updated 234 files

0 comments on commit 28c5f5d

Please sign in to comment.