summaryrefslogtreecommitdiffstats
path: root/acinclude.m4.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 11:28:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 11:28:07 +0900
commit585c17a2dda766ac4d442c4b9f998e18cb1b2d98 (patch)
tree235bed2fce8ed56785f8cf9c04eee9c554951095 /acinclude.m4.in
parent4185112a621d8c5bc88984b117f434c9560e2cc2 (diff)
downloadadmin-585c17a2dda766ac4d442c4b9f998e18cb1b2d98.tar.gz
admin-585c17a2dda766ac4d442c4b9f998e18cb1b2d98.zip
Raised required C++ standard to c++17
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r--acinclude.m4.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index c75d383..f3dc0fb 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -6532,6 +6532,9 @@ m4_define([_TDE_CXX_COMPILE_STDCXX_testbody_14],
_TDE_CXX_COMPILE_STDCXX_testbody_new_in_14
)
+
+dnl Test body for checking C++17 support
+
m4_define([_TDE_CXX_COMPILE_STDCXX_testbody_17],
_TDE_CXX_COMPILE_STDCXX_testbody_new_in_11
_TDE_CXX_COMPILE_STDCXX_testbody_new_in_14