From f11732acdfe3e33f64f4aa3e7db657ffd80dea8f Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Mon, 10 Mar 2025 12:39:09 -0700 Subject: [PATCH] set default compilation to c++ mode on msvc --- ide/vs2022/mimalloc-lib.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/vs2022/mimalloc-lib.vcxproj b/ide/vs2022/mimalloc-lib.vcxproj index 95b516ec..abdac1d1 100644 --- a/ide/vs2022/mimalloc-lib.vcxproj +++ b/ide/vs2022/mimalloc-lib.vcxproj @@ -308,7 +308,7 @@ false false Default - CompileAsC + CompileAsCpp true stdcpp20