X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Farchive.h;h=d24149301bf5b789b77c23f09927aa44d2bc117f;hp=be4fddfb8df6cde80c01f2dc1bb12ab350eacfb5;hb=26840ecc367d9f9dd4e3758233be1bdd3563cd8a;hpb=47ecb72dce5ea9c917d1e1e77863c45a8b2b1bba diff --git a/ginac/archive.h b/ginac/archive.h index be4fddfb..d2414930 100644 --- a/ginac/archive.h +++ b/ginac/archive.h @@ -3,7 +3,7 @@ * Archiving of GiNaC expressions. */ /* - * 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 @@ -326,7 +326,6 @@ private: mutable std::map inverse_atoms; /** Map of stored expressions to nodes for faster archiving */ - typedef std::map::iterator mapit; mutable std::map exprtable; };