From c09f90b9435f0efe4d949c715b78f4d1d6acce3c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 26 Dec 2004 21:36:28 +0000 Subject: [PATCH] * Return --- ginac/ptr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ginac/ptr.h b/ginac/ptr.h index 4c4ea71d..f0ca7bfb 100644 --- a/ginac/ptr.h +++ b/ginac/ptr.h @@ -142,6 +142,7 @@ public: inline friend std::ostream & operator<<(std::ostream & os, const ptr & rhs) { os << rhs.p; + return os; } private: -- 2.44.0