Bump c++ standard to 17

This pull request bumps the rTorrent c++ standard from 17. This resolves various undefined behavior which could occur.
This commit is contained in:
stickz
2025-01-18 15:23:52 -05:00
committed by Jari Sundell
parent e7fc891f11
commit 78915746ee
+1 -1
View File
@@ -13,7 +13,7 @@ AC_PROG_CXX
AC_SYS_LARGEFILE
LT_INIT
AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])
AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
RAK_CHECK_CFLAGS
RAK_CHECK_CXXFLAGS