From 752bd92ba53de344eba66b8cec4480f9d3207025 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 11 Jan 2017 17:24:02 +0100 Subject: 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 --- test/indexed_view.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/indexed_view.cpp') 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; -- cgit v1.2.3