X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.cpp;h=e5800a388c629a669841427bae8c9ac37fa5ce1a;hp=b97d0c4edfc89360793b03918ae56a0110bb4154;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=66c0f31c678e6c1938d637636b230ea376c157c1 diff --git a/ginac/fail.cpp b/ginac/fail.cpp index b97d0c4e..e5800a38 100644 --- a/ginac/fail.cpp +++ b/ginac/fail.cpp @@ -1,8 +1,9 @@ /** @file fail.cpp * * Implementation of class signaling failure of operation. Considered - * obsolete all this stuff ought to be replaced by exceptions. - * + * obsolete all this stuff ought to be replaced by exceptions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify @@ -21,6 +22,9 @@ */ #include "fail.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -119,3 +123,4 @@ int fail::compare_same_type(basic const & other) const const fail some_fail; type_info const & typeid_fail=typeid(some_fail); +} // namespace GiNaC