
1 Sep
2010
1 Sep
'10
7:20 p.m.
Hello, Could someone help getting std::min_element() (or a variation of) to work with multi_array? boost::multi_array<int, 2> A; // code for dimensioning A and filling in; deleted cout << *min_element(A.begin(),A.end()) << endl; Thanks, -- Valmor