X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fcontainer.h;h=0881095a1ebe5ebe05e59be0932e3f04bcf2b8d6;hb=da3cc1d79533680f0722be73abe95aedcac96b72;hp=456cf5c41b69a6005971e6d0680d81efa8d1f4eb;hpb=90ad10b58d02365a407b2d84d8b93e50030feaa5;p=ginac.git diff --git a/ginac/container.h b/ginac/container.h index 456cf5c4..0881095a 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-2015 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