From 9bb75937cc698b32f2fe6ffac3b4e09a89c3c5f7 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 6 Sep 2010 11:51:42 +0200 Subject: fix += return by value like operations --- test/linearstructure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/linearstructure.cpp') diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp index a0b8982dd..b5c58bdaa 100644 --- a/test/linearstructure.cpp +++ b/test/linearstructure.cpp @@ -27,7 +27,7 @@ template void linearStructure(const MatrixType& m) { /* this test covers the following files: - Sum.h Difference.h Opposite.h ScalarMultiple.h + CwiseUnaryOp.h, CwiseBinaryOp.h, SelfCwiseBinaryOp.h */ typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; -- cgit v1.2.3