From 8afd0ce9552e64001012f20c89b6f56daf120896 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 21 Oct 2015 13:48:15 +0200 Subject: [PATCH] add FIXME --- Eigen/src/SparseCore/SparseRef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Eigen/src/SparseCore/SparseRef.h b/Eigen/src/SparseCore/SparseRef.h index f9735fd1c..19e06fc80 100644 --- a/Eigen/src/SparseCore/SparseRef.h +++ b/Eigen/src/SparseCore/SparseRef.h @@ -318,6 +318,8 @@ class Ref, Options, StrideType namespace internal { +// FIXME shall we introduce a general evaluatior_ref that we can specialize for any sparse object once, and thus remove this copy-pasta thing... + template struct evaluator, Options, StrideType> > : evaluator, Options, StrideType> > >