Bugfix of overloaded << operator
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1964 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -67,7 +67,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
inline std::ostream& operator<< (std::ostream& os, const WallclockTimer& w)
|
inline std::ostream& operator<< (std::ostream& os, const WallclockTimer& w)
|
||||||
{ return os << w.getRuntimeAsString(); }
|
{ return os << w.getRuntimeAsString().c_str(); }
|
||||||
|
|
||||||
} // end-of-namespace: fail
|
} // end-of-namespace: fail
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user