X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fcoloridx.h;h=78bd356a3b2cce88ae6c0c83c9f49b4858193b96;hp=37b8214374bcd7d1f3dd0668371c8d6d5945b065;hb=0d956e332cbc6429ffb33f39afc2808a63e957d3;hpb=703c6cebb5d3d395437e73e6935f3691aed68e0a diff --git a/ginac/coloridx.h b/ginac/coloridx.h index 37b82143..78bd356a 100644 --- a/ginac/coloridx.h +++ b/ginac/coloridx.h @@ -3,7 +3,7 @@ * Interface to GiNaC's color indices. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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 @@ -78,7 +78,7 @@ public: // global constants extern const coloridx some_coloridx; -extern const type_info & typeid_coloridx; +extern const std::type_info & typeid_coloridx; // utility functions inline const coloridx &ex_to_coloridx(const ex &e)