From 98f5329b8a21e2489f34fbe8d00568b1a9b2f020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Karlsson?= Date: Tue, 4 Feb 2003 08:42:36 +0000 Subject: [PATCH] Untabified [SVN r17188] --- stl_concept_covering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl_concept_covering.cpp b/stl_concept_covering.cpp index bc0f5bb..622bd60 100644 --- a/stl_concept_covering.cpp +++ b/stl_concept_covering.cpp @@ -84,7 +84,7 @@ namespace boost { // so Koenig lookup will find } inner_prod::RetAdd operator+(const inner_prod::T&, - const inner_prod::RetMult&) { + const inner_prod::RetMult&) { return inner_prod::RetAdd(dummy_cons); } }