X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcontainer.h;h=0881095a1ebe5ebe05e59be0932e3f04bcf2b8d6;hp=11b5be0bbec78740b15b2d15dd5d0b68a71eb894;hb=da3cc1d79533680f0722be73abe95aedcac96b72;hpb=5473c80815c979a31f70c36a8053b0cd89907375 diff --git a/ginac/container.h b/ginac/container.h index 11b5be0b..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-2004 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 @@ -17,35 +17,36 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_CONTAINER_H__ -#define __GINAC_CONTAINER_H__ - -#include -#include -#include -#include -#include -#include +#ifndef GINAC_CONTAINER_H +#define GINAC_CONTAINER_H #include "ex.h" #include "print.h" #include "archive.h" #include "assertion.h" +#include "compiler.h" -namespace GiNaC { +#include +#include +#include +#include +#include +#include +namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ -template