Explorar o código

Update xmake.lua

c8ef hai 1 ano
pai
achega
9788b7b5fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)