git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Return
[ginac.git]
/
ginac
/
ptr.h
diff --git
a/ginac/ptr.h
b/ginac/ptr.h
index 4c4ea71d6bbfde7d70a1f0e563f29d9ef3c1d164..f0ca7bfb82013bffb1b3e20f75014be2e6d308c3 100644
(file)
--- a/
ginac/ptr.h
+++ b/
ginac/ptr.h
@@
-142,6
+142,7
@@
public:
inline friend std::ostream & operator<<(std::ostream & os, const ptr<T> & rhs)
{
os << rhs.p;
+ return os;
}
private: