Skip to content

Commit 1355812

Browse files
committed
Enable C++14 support
1 parent bc9deca commit 1355812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ workspace "MTASA"
2222
location "Build"
2323
startproject "Client Launcher"
2424

25-
cppdialect "C++11"
25+
cppdialect "C++14"
2626
characterset "MBCS"
2727
pic "On"
2828
symbols "On"

0 commit comments

Comments
 (0)