Skip to content
Snippets Groups Projects
Commit 398c0ec0 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Merge branch 'icc_without_make_functions_copyable' of...

Merge branch 'icc_without_make_functions_copyable' of zivgitlab.uni-muenster.de:ag-ohlberger/dune-community/dune-xt into fix_compilation_with_icc
parents f170aa47 de009aa3
No related branches found
No related tags found
1 merge request!41Fix compilation with icc, several other changes
Pipeline #64888 failed
......@@ -16,6 +16,7 @@
#include <array>
#include <utility>
#include <boost/array.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/iterator/iterator_facade.hpp>
......@@ -116,7 +117,7 @@ public:
static constexpr std::size_t N = nin;
private:
typedef std::array<value_type, nin> MapType;
typedef boost::array<value_type, nin> MapType;
template <class R>
friend class FixedMapIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment