From c4bf9d4c4b3d4df939e2c14d1afcbe8cdd837a76 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 8 Jul 2025 11:07:07 +0200 Subject: [PATCH] Set C++17 as C++ level for the preprocessor * ACE/ace/config-win32-borland.h: --- ACE/ace/config-win32-borland.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h index 714776a29e0bd..4ce2eda76d3c6 100644 --- a/ACE/ace/config-win32-borland.h +++ b/ACE/ace/config-win32-borland.h @@ -46,7 +46,7 @@ #define ACE_HAS_BCC64 -#define ACE_CC_PREPROCESSOR_ARGS "--precompile -q -o%s" +#define ACE_CC_PREPROCESSOR_ARGS "--precompile -std=c++17 -q -o%s" #define ACE_CC_PREPROCESSOR "BCC64X.EXE" # include "ace/config-win32-common.h"