X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fsymmetry.cpp;h=115df0bfe4924505dfc507eadf08754b592afada;hp=c8c27a03c1221c4463d3c8f84c477de691234ecf;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hpb=47ecb72dce5ea9c917d1e1e77863c45a8b2b1bba;ds=sidebyside diff --git a/ginac/symmetry.cpp b/ginac/symmetry.cpp index c8c27a03..115df0bf 100644 --- a/ginac/symmetry.cpp +++ b/ginac/symmetry.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's symmetry definitions. */ /* - * GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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 @@ -389,7 +389,7 @@ const symmetry & antisymmetric4() return ex_to(s); } -class sy_is_less : public std::binary_function { +class sy_is_less { exvector::iterator v; public: @@ -413,7 +413,7 @@ public: } }; -class sy_swap : public std::binary_function { +class sy_swap { exvector::iterator v; public: