]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst_suppl.cpp
* Supplement some (now deprecated) macros by inlined template functions:
[ginac.git] / ginac / lst_suppl.cpp
index 36b6d149f0acceed492b73205d22f8cb5adb6ef5..81212707f6ee616866048e2477e1cd47931b0a10 100644 (file)
@@ -27,7 +27,7 @@ namespace GiNaC {
 
 bool lst::info(unsigned inf) const
 {
-       if (inf==info_flags::list) return 1;
+       if (inf==info_flags::list) return true;
        return basic::info(inf);
 }