aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/indexed_view.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 17:24:02 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-01-11 17:24:02 +0100
commit752bd92ba53de344eba66b8cec4480f9d3207025 (patch)
tree5f1fd07a73cfd143233351313838a71f026fef12 /test/indexed_view.cpp
parentf93d1c58e09b8435191a55f123873d8f496620b6 (diff)
Large code refactoring:
- generalize some utilities and move them to Meta (size(), array_size()) - move handling of all and single indices to IndexedViewHelper.h - several cleanup changes
Diffstat (limited to 'test/indexed_view.cpp')
-rw-r--r--test/indexed_view.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/indexed_view.cpp b/test/indexed_view.cpp
index c15a8306a..e2c0e886d 100644
--- a/test/indexed_view.cpp
+++ b/test/indexed_view.cpp
@@ -51,6 +51,7 @@ is_same_type(const T1& a, const T2& b)
void check_indexed_view()
{
+ using Eigen::placeholders::all;
using Eigen::placeholders::last;
using Eigen::placeholders::end;