1 --- foo/foo/foo/boost/multi_array/base.hpp
2 +++ foo/foo/foo/boost/multi_array/base.hpp
4 // object creation in small-memory environments. Thus, the objects
5 // can be left undefined by defining BOOST_MULTI_ARRAY_NO_GENERATORS
6 // before loading multi_array.hpp.
7 -#if !BOOST_MULTI_ARRAY_NO_GENERATORS
8 +#if !defined(BOOST_MULTI_ARRAY_NO_GENERATORS) || !BOOST_MULTI_ARRAY_NO_GENERATORS
10 multi_array_types::extent_gen extents;
11 multi_array_types::index_gen indices;