
21 Jul
2012
21 Jul
'12
2:22 a.m.
On 7/19/12, Lucanus wrote:
I looked at the documentation. It seems odd that you don't show an example of the syntax you are trying to achieve in user code. It is intuitive that array<int, 2, 3> my_array would result in something indexable with my_array[1][2]. The documentation should say so.
I'll add some examples to the documentation.
Can this library be made an extension of the existing boost array by detecting variadic template/C++-11 support at compile time? It seems it should be backward compatible with existing usage of boost array. I would prefer that to a new library.
It could be with some interface changes and consent from the author of Boost.Array. Regards Brian