]> www.ginac.de Git - ginac.git/commitdiff
* All your dependent bases are... D'Oh!
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 12 Oct 2003 23:50:01 +0000 (23:50 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sun, 12 Oct 2003 23:50:01 +0000 (23:50 +0000)
ginac/hash_map.h

index 13facc415c403e892121a14de38a2dc8ec1f9617..b161c9e358d05787d5f373e9ad9fdbdc591efb63 100644 (file)
@@ -337,7 +337,7 @@ public:
 
        iterator insert(iterator pos, const value_type &x)
        {
-               return insert(this->val).first;
+               return insert(x).first;
        }
 
        template <class InputIterator>