From 982f603551fad1a9d1242b5523334e4d5831fb9e Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 6 Aug 2006 00:36:36 +0000 Subject: [PATCH] Compilation for GCC 4.2. --- ginac/container.h | 52 +++++++++++++++++++++---------------------- ginac/registrar.h | 2 +- ginsh/ginsh_parser.yy | 4 +++- 3 files changed, 30 insertions(+), 28 deletions(-) diff --git a/ginac/container.h b/ginac/container.h index 7f921002..b173e35d 100644 --- a/ginac/container.h +++ b/ginac/container.h @@ -39,7 +39,7 @@ namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ -template