Skip to content

Commit

Permalink
start using c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Aug 22, 2024
1 parent 351a69f commit dfdb695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $URL: $

AM_CPPFLAGS = -I@top_srcdir@/include
AM_CXXFLAGS = -std=c++0x
AM_CXXFLAGS = -std=c++17

noinst_PROGRAMS = api_test1 api_test2 api_test3 api_test4 api_test5 api_test6\
tse classify
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AM_CPPFLAGS = -I@top_srcdir@/include
AM_CXXFLAGS = -std=c++14 -W -Wall -O3 -g -pedantic
AM_CXXFLAGS = -std=c++17 -W -Wall -O3 -g -pedantic

bin_PROGRAMS = timbl

Expand Down

0 comments on commit dfdb695

Please sign in to comment.