Untabified

[SVN r17188]
This commit is contained in:
Björn Karlsson
2003-02-04 08:42:36 +00:00
parent c6fd580b18
commit 98f5329b8a

View File

@@ -84,7 +84,7 @@ namespace boost { // so Koenig lookup will find
} }
inner_prod::RetAdd inner_prod::RetAdd
operator+(const inner_prod::T&, operator+(const inner_prod::T&,
const inner_prod::RetMult&) { const inner_prod::RetMult&) {
return inner_prod::RetAdd(dummy_cons); return inner_prod::RetAdd(dummy_cons);
} }
} }