]> www.ginac.de Git - ginac.git/blobdiff - ginac/hash_map.h
Shortcut conversion ex->numeric->ex in expairseq::make_flat().
[ginac.git] / ginac / hash_map.h
index 2616a28491a71c4e3e84eb20323ddf17e0e20bb3..68dc3df5d708d2937bf40f30b53c56e6108024ab 100644 (file)
@@ -3,7 +3,7 @@
  *  Replacement for map<> using hash tables. */
 
 /*
- *  GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -192,7 +192,7 @@ public:
        typedef typename Table::size_type size_type;
        typedef typename Table::difference_type difference_type;
 
-       class value_compare : public std::binary_function<value_type, value_type, bool>, private key_compare {
+       class value_compare : private key_compare {
                friend class exhashmap;
        public:
                bool operator()(const value_type &lhs, const value_type &rhs) const