X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Findexed.cpp;h=0364d99746e97567c466aeced3e5d15a4bfb3339;hp=6e36eb305fc157d4d109f3464ce19be919dc572d;hb=afdd7fa8c6c0a587f7c80789198551383e8beb7b;hpb=48b41ea321ed9fa6115a1061d1a1d2f8d8ad0400;ds=sidebyside diff --git a/ginac/indexed.cpp b/ginac/indexed.cpp index 6e36eb30..0364d997 100644 --- a/ginac/indexed.cpp +++ b/ginac/indexed.cpp @@ -27,7 +27,9 @@ #include "idx.h" #include "debugmsg.h" +#ifndef NO_GINAC_NAMESPACE namespace GiNaC { +#endif // ndef NO_GINAC_NAMESPACE ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -292,4 +294,6 @@ bool indexed::all_of_type_idx(void) const const indexed some_indexed; type_info const & typeid_indexed=typeid(some_indexed); +#ifndef NO_GINAC_NAMESPACE } // namespace GiNaC +#endif // ndef NO_GINAC_NAMESPACE