
27 Jun
2012
27 Jun
'12
5:41 p.m.
On 6/27/12, Rhys Ulerich <rhys.ulerich@gmail.com> wrote:
https://github.com/BrianJSmith/Array
All feedback would be welcome.
What are the intent the non-STL-ish typedefs type_const_reference and type_reference? These seem like they can be trivially made from typedef type and a quick grep through the source shows them not being important for something algorithmic.
They're just a throwback to an earlier version of the code that used expression templates for math arrays. Only one definition is being used so I suppose the other three aren't really needed now. -- www.maidsafe.net