We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76dd45a + 480fb81 commit ef55b8eCopy full SHA for ef55b8e
configure.ac
@@ -59,7 +59,7 @@ TEST_AND_SET_CXXFLAG(-Wextra)
59
TEST_AND_SET_CXXFLAG(-W)
60
TEST_AND_SET_CXXFLAG(-O3)
61
TEST_AND_SET_CXXFLAG(-Werror)
62
-TEST_AND_SET_CXXFLAG(-std=c++11)
+TEST_AND_SET_CXXFLAG(-std=c++14)
63
64
65
#
0 commit comments