From e82a409dd088d4dc477606f4a4aa4e8345f5fc20 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 6 Aug 2006 00:36:18 +0000 Subject: [PATCH] Compilation for GCC 4.2. --- ginac/container.h | 54 +++++++++++++++++++++---------------------- ginac/registrar.h | 4 ++-- ginsh/ginsh_parser.yy | 4 +++- 3 files changed, 32 insertions(+), 30 deletions(-) diff --git a/ginac/container.h b/ginac/container.h index 39106cef..21e7d4ce 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-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2006 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