X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=7092e3b06405e07d3521e1dc4ff76a06fe12aa0c;hp=5774d5ace53d49ca09d6eddc308a4564e08c3f6a;hb=32209e57010f19f080cc25e527347bcaa36053ec;hpb=3ac17e18ada69428fe170c10abcc5f33a30f0676 diff --git a/ginac/container.h b/ginac/container.h index 5774d5ac..7092e3b0 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