diff --git a/stl_concept_covering.cpp b/stl_concept_covering.cpp index 1a0ffe5..f86fc41 100644 --- a/stl_concept_covering.cpp +++ b/stl_concept_covering.cpp @@ -80,7 +80,7 @@ operator*(const inner_prod::Tin1&, const inner_prod::Tin2&) { } inner_prod::RetAdd operator+(const inner_prod::T&, - const inner_prod::RetMult&) { + const inner_prod::RetMult&) { return inner_prod::RetAdd(boost::dummy_cons); }