X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.cpp;h=da00eece6a516dd5d21e021b8146a58a968e41fa;hp=7de656a52e9acfc9de7d9bebe0af8181655e4ee0;hb=c86cff51ac5a42f86387ef7bc767f1274137350b;hpb=9c91319253425e66f9b6feb9e7036f841bc55e84 diff --git a/ginac/fail.cpp b/ginac/fail.cpp index 7de656a5..da00eece 100644 --- a/ginac/fail.cpp +++ b/ginac/fail.cpp @@ -1,7 +1,7 @@ /** @file fail.cpp * * Implementation of class signaling failure of operation. Considered - * obsolete all this stuff ought to be replaced by exceptions. */ + * somewhat obsolete (most of this can be replaced by exceptions). */ /* * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany @@ -21,9 +21,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + #include "fail.h" +#include "print.h" #include "archive.h" -#include "debugmsg.h" #include "utils.h" namespace GiNaC { @@ -31,7 +33,7 @@ namespace GiNaC { GINAC_IMPLEMENT_REGISTERED_CLASS(fail, basic) ////////// -// default ctor, dtor, copy ctor assignment operator and helpers +// default ctor, dtor, copy ctor, assignment operator and helpers ////////// DEFAULT_CTORS(fail) @@ -43,7 +45,7 @@ DEFAULT_CTORS(fail) DEFAULT_ARCHIVING(fail) ////////// -// functions overriding virtual functions from bases classes +// functions overriding virtual functions from base classes ////////// DEFAULT_COMPARE(fail)