]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.h
match() (find()): use exmap (exset) to store matched subexpressions.
[ginac.git] / ginac / basic.h
index 348523791a19afa50abd1c84006c49fe003758c8..ffc508dbee0dd48ae4b4d6e18b18b96a4f68b1da 100644 (file)
@@ -163,7 +163,7 @@ public:
 
        // pattern matching
        virtual bool has(const ex & other, unsigned options = 0) const;
-       virtual bool match(const ex & pattern, lst & repl_lst) const;
+       virtual bool match(const ex & pattern, exmap & repls) const;
 protected:
        virtual bool match_same_type(const basic & other) const;
 public: