diff options
| author | Morgan Caron <[email protected]> | 2022-08-20 17:34:54 +0200 |
|---|---|---|
| committer | Morgan Caron <[email protected]> | 2022-08-20 19:21:57 +0200 |
| commit | 278f37f3aa0c45c669dc96d10053bc855e1febdc (patch) | |
| tree | 628384eb1a153bd967e9ca83b394185b13ff8bc0 /xmake/plugins/project/vstudio/impl | |
| parent | db90d109c6ccf2545e8a3ae186ddfea1c99be61f (diff) | |
Adding C++2b support
Diffstat (limited to 'xmake/plugins/project/vstudio/impl')
| -rw-r--r-- | xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua index f9842bff1..24b680b0d 100644 --- a/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua +++ b/xmake/plugins/project/vstudio/impl/vs201x_vcxproj.lua @@ -863,6 +863,8 @@ function _make_common_item(vcxprojfile, vsinfo, target, targetinfo) cxx1z = "stdcpp17", cxx20 = "stdcpp20", cxx2a = "stdcpplatest", + cxx23 = "stdcpplatest", + cxx2b = "stdcpplatest", cxxlatest = "stdcpplatest", gnuxx11 = "stdcpp11", gnuxx14 = "stdcpp14", |
