X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=6161a20b9504c50b6997d78ea313fbd6faaf8d22;hp=fb929f2fdf6f1dd1196720b46e3e4d336d0bc0c6;hb=fe05a95540836868b2c0e57c6e61de59bc84a65d;hpb=6d1e12e7c09d1e70d6c76b57aafb213cbcfba6eb diff --git a/ginac/container.h b/ginac/container.h index fb929f2f..6161a20b 100644 --- a/ginac/container.h +++ b/ginac/container.h @@ -3,7 +3,7 @@ * Wrapper template for making GiNaC classes out of STL containers. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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 @@ -124,7 +124,6 @@ private: STLT & stlt; }; - /** Wrapper template for making GiNaC classes out of STL containers. */ template