From 132f3ec31a755b1e8f7a977e54b07401ee054a46 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Thu, 1 Jan 2026 19:11:00 +0100 Subject: [PATCH] Bumped project c++ version to 20.0 --- UEngine/UEngine.vcxproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UEngine/UEngine.vcxproj b/UEngine/UEngine.vcxproj index 3fdf4c7..c2837e7 100644 --- a/UEngine/UEngine.vcxproj +++ b/UEngine/UEngine.vcxproj @@ -22,6 +22,7 @@ + @@ -97,6 +98,7 @@ true Use pch.h + stdcpp20 @@ -114,6 +116,7 @@ true Use pch.h + stdcpp20 @@ -129,6 +132,7 @@ true Use pch.h + stdcpp20 @@ -147,7 +151,7 @@ NotUsing - stdcpp23 + stdcpp20