From 43b9928ca5cdabfd192b8217c09ee3326a5ff4ce Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 6 Nov 2002 20:11:06 +0000 Subject: [PATCH] synced to 1.0 --- ginac/tostring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/tostring.h b/ginac/tostring.h index 4c603330..00c32ce6 100644 --- a/ginac/tostring.h +++ b/ginac/tostring.h @@ -32,7 +32,7 @@ template std::string ToString(const T & t) { std::ostringstream buf; - buf << t << std::ends; + buf << t; return buf.str(); } -- 2.47.0