Skip to content

Commit ef55b8e

Browse files
authored
Merge pull request #107 from EarthlingKira/fix-c++14-usage
Fix c++11 to c++14 in configure.ac
2 parents 76dd45a + 480fb81 commit ef55b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
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)