1 --- misc/boost_1_44_0/boost/multi_array/concept_checks.hpp
2 +++ misc/build/boost_1_44_0/boost/multi_array/concept_checks.hpp
5 template <typename Array, typename IdxGen, typename Call_Type>
6 static void call(Array& a, const IdxGen& idgen, Call_Type c) {
7 - typedef typename Array::index_range index_range;
8 - typedef typename Array::index index;
9 idgen_helper<N-1>::call(a,idgen[c],c);
14 template <typename Array, typename IdxGen, typename Call_Type>
15 static void call(Array& a, const IdxGen& idgen, Call_Type) {
16 - typedef typename Array::index_range index_range;
17 - typedef typename Array::index index;