diff options
Diffstat (limited to 'math/polymake/files/patch-external_permlib_include_permlib_bsgs.h')
-rw-r--r-- | math/polymake/files/patch-external_permlib_include_permlib_bsgs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/polymake/files/patch-external_permlib_include_permlib_bsgs.h b/math/polymake/files/patch-external_permlib_include_permlib_bsgs.h new file mode 100644 index 000000000000..176060a8a967 --- /dev/null +++ b/math/polymake/files/patch-external_permlib_include_permlib_bsgs.h @@ -0,0 +1,11 @@ +--- external/permlib/include/permlib/bsgs.h.orig 2024-09-24 09:32:47 UTC ++++ external/permlib/include/permlib/bsgs.h +@@ -461,7 +461,7 @@ template <class PERM> + * stabilizer chain are next to each other. + */ + template <class PERM> +-class StrongGeneratingSetSorter : public std::binary_function<typename PERM::ptr, typename PERM::ptr, bool> { ++class StrongGeneratingSetSorter { + public: + /** + * @param baseBegin begin-iterator(dom_int) to the base relative to which the strong generating set is to be sorted |