3
0
mirror of https://github.com/triqs/dft_tools synced 2025-04-18 14:30:19 +02:00

Revert "include map and fold headers into array.hpp"

This is not the right place for include...

This reverts commit 63fd1b8b2d91261a4fad1f8762d54f1a7eef5330.
This commit is contained in:
Olivier Parcollet 2014-10-16 22:21:37 +02:00
parent 63fd1b8b2d
commit 5b6b0ecf38

View File

@ -26,9 +26,6 @@
#include "impl/indexmap_storage_pair.hpp"
#include "impl/assignment.hpp"
#include "impl/flags.hpp"
#include "algorithms.hpp"
#include "functional/fold.hpp"
#include "functional/map.hpp"
namespace triqs { namespace arrays {
template <typename ValueType, int Rank, ull_t Opt=0, ull_t TraversalOrder= 0, bool Borrowed=false, bool IsConst=false > class array_view;