Skip to content

Commit 480fb81

Browse files
author
Kira Backes
committed
Fix selected C++ standard in configure.ac to match the generated configure file
1 parent 76dd45a commit 480fb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TEST_AND_SET_CXXFLAG(-Wextra)
5959
TEST_AND_SET_CXXFLAG(-W)
6060
TEST_AND_SET_CXXFLAG(-O3)
6161
TEST_AND_SET_CXXFLAG(-Werror)
62-
TEST_AND_SET_CXXFLAG(-std=c++11)
62+
TEST_AND_SET_CXXFLAG(-std=c++14)
6363

6464

6565
#

0 commit comments

Comments
 (0)