X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fcontainer.h;h=a3fc3989e19da130926dd943c75647148c1bc4ce;hb=f4f7f966d313edf65d46216c7eb48d0791c6537c;hp=fb929f2fdf6f1dd1196720b46e3e4d336d0bc0c6;hpb=6d1e12e7c09d1e70d6c76b57aafb213cbcfba6eb;p=ginac.git diff --git a/ginac/container.h b/ginac/container.h index fb929f2f..a3fc3989 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