X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fhash_map.h;h=68dc3df5d708d2937bf40f30b53c56e6108024ab;hp=1c4356dbbe11fdfaf01e4fc07160cbd8b2859d94;hb=26840ecc367d9f9dd4e3758233be1bdd3563cd8a;hpb=2afa71937b3c12cdc70f01213baa8a92be4b604a diff --git a/ginac/hash_map.h b/ginac/hash_map.h index 1c4356db..68dc3df5 100644 --- a/ginac/hash_map.h +++ b/ginac/hash_map.h @@ -3,7 +3,7 @@ * Replacement for map<> using hash tables. */ /* - * GiNaC Copyright (C) 1999-2015 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, private key_compare { + class value_compare : private key_compare { friend class exhashmap; public: bool operator()(const value_type &lhs, const value_type &rhs) const