Skip to content

Commit 2815cb3

Browse files
committed
wip: Build: Use C++20
This currently reqires the c++20 branch of mm-common.
1 parent 051d1ca commit 2815cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ MM_INIT_MODULE([sigc++-3.0])
3737
MM_CONFIG_DOCTOOL_DIR([docs/docs])
3838

3939
AC_PROG_CXX
40-
MM_AX_CXX_COMPILE_STDCXX([17],[noext],[mandatory])
40+
MM_AX_CXX_COMPILE_STDCXX([20],[noext],[mandatory])
4141

4242
AC_DISABLE_STATIC
4343
LT_INIT([win32-dll])

0 commit comments

Comments
 (0)