]> git.pld-linux.org Git - packages/xqilla.git/blobdiff - xqilla-gcc11.patch
- added gcc11 patch (fix for gcc 11+); release 3
[packages/xqilla.git] / xqilla-gcc11.patch
diff --git a/xqilla-gcc11.patch b/xqilla-gcc11.patch
new file mode 100644 (file)
index 0000000..c9e28be
--- /dev/null
@@ -0,0 +1,11 @@
+--- XQilla-2.3.4/include/xqilla/ast/XQDocumentOrder.hpp.orig   2018-07-03 20:37:15.000000000 +0200
++++ XQilla-2.3.4/include/xqilla/ast/XQDocumentOrder.hpp        2022-09-25 20:51:54.768846899 +0200
+@@ -68,7 +68,7 @@ private:
+   public:
+     uniqueLessThanCompareFn(const DynamicContext *context)
+       : context_(context) {}
+-    bool operator()(const Node::Ptr &first, const Node::Ptr &second)
++    bool operator()(const Node::Ptr &first, const Node::Ptr &second) const
+     {
+       return first->uniqueLessThan(second, context_);
+     }
This page took 0.060063 seconds and 4 git commands to generate.