X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=2102c9a8c76b83ec36b546a3c09021b8e9e7e99a;hp=632145e5d3a36e00e7f4ca20f1cabfe02b3b30f8;hb=HEAD;hpb=95ede03f00106be5fb087d76c86ca5c27edb9122 diff --git a/ginac/container.h b/ginac/container.h index 632145e5..90829710 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-2010 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2024 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 @@ -27,6 +27,7 @@ #include "print.h" #include "archive.h" #include "assertion.h" +#include "compiler.h" #include #include @@ -38,13 +39,14 @@ namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ -template