From d812dcab5d798ada25540ee366ea95238a43d9a4 Mon Sep 17 00:00:00 2001 From: goubermouche <71839692+Goubermouche@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:57:20 +0100 Subject: [PATCH] Updated premake5.lua. --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index fa5cdb95..3b3032c5 100644 --- a/premake5.lua +++ b/premake5.lua @@ -4,7 +4,7 @@ workspace "sigma" architecture "x64" language "C++" - cppdialect "C++23" + cppdialect "C++latest" flags { "MultiProcessorCompile" @@ -250,4 +250,4 @@ project "tests" linkoptions { "-lstdc++" - } \ No newline at end of file + }