Skip to content
Snippets Groups Projects
Commit 9d87e3fb authored by Guillaume Maudoux's avatar Guillaume Maudoux
Browse files

require c++ 17

This fixes warnings about "structured binding declaration" requiring
"-std=c++1z".
parent 5c565707
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ CXXFLAGS=
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
AX_CXX_COMPILE_STDCXX_14
AX_CXX_COMPILE_STDCXX_17
AC_CHECK_TOOL([AR], [ar])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment