Browse Source

Update xmake.lua

c8ef 1 năm trước cách đây
mục cha
commit
9788b7b5fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/p/pyincpp/xmake.lua

+ 1 - 1
packages/p/pyincpp/xmake.lua

@@ -26,5 +26,5 @@ package("pyincpp")
                 assert(map.keys() == Set<String>({"first", "second", "third"}));
                 assert(map["third"][-1].factorial() == 120);
             }
-        ]]}, {configs = {languages = "c++17"}, includes = "pyincpp/pyincpp.hpp"}))
+        ]]}, {configs = {languages = "c++20"}, includes = "pyincpp/pyincpp.hpp"}))
     end)