changeset 6015:a104f362b5d4

[project @ 2006-10-02 02:13:53 by jwe]
author jwe
date Mon, 02 Oct 2006 02:13:53 +0000
parents 437f9086b967
children bd22133332bd
files src/pr-output.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pr-output.cc	Sat Sep 30 15:27:06 2006 +0000
+++ b/src/pr-output.cc	Mon Oct 02 02:13:53 2006 +0000
@@ -1629,7 +1629,7 @@
 
 template <>
 static inline void
-pr_plus_format (std::ostream& os, const Complex& c)
+pr_plus_format<> (std::ostream& os, const Complex& c)
 {
   double rp = c.real ();
   double ip = c.imag ();