> What are some possible reasons for not permitting “aggregate” processing on arrays in C++?

What are some possible reasons for not permitting “aggregate” processing on arrays in C++?

Posted at: 2014-12-18 
An aggregate operation on an array is any operation that manipulates the entire array as a single unit.

An aggregate operation on an array is any operation that manipulates the entire array as a single unit.