c8ef 1 год назад
Родитель
Сommit
9788b7b5fe
1 измененных файлов с 1 добавлено и 1 удалено
  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)