X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fcontainer.h;h=bd21eb91291402c69d90075e1b780db116fb0e9f;hb=a79a813e7249f793859d1d3b443d1931dbab94b6;hp=5774d5ace53d49ca09d6eddc308a4564e08c3f6a;hpb=3ac17e18ada69428fe170c10abcc5f33a30f0676;p=ginac.git diff --git a/ginac/container.h b/ginac/container.h index 5774d5ac..bd21eb91 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-2006 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2008 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 @@ -39,7 +39,7 @@ namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ -template