Skip to content

Commit

Permalink
Merge pull request #107 from EarthlingKira/fix-c++14-usage
Browse files Browse the repository at this point in the history
Fix c++11 to c++14 in configure.ac
  • Loading branch information
zauguin authored Apr 19, 2017
2 parents 76dd45a + 480fb81 commit ef55b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST_AND_SET_CXXFLAG(-Wextra)
TEST_AND_SET_CXXFLAG(-W)
TEST_AND_SET_CXXFLAG(-O3)
TEST_AND_SET_CXXFLAG(-Werror)
TEST_AND_SET_CXXFLAG(-std=c++11)
TEST_AND_SET_CXXFLAG(-std=c++14)


#
Expand Down

0 comments on commit ef55b8e

Please sign in to comment.