
15 Oct
2011
15 Oct
'11
11:24 p.m.
After reading this thread again, it seems to me that the reason we can't reach an agreement is that different people are proposing two fundamentally different ways of using static_vector:
1) As a variant of [std|boost]::array where not all the elements are constructed/used at the same time, and which keeps track of how many elements are currently in use.
Can you please give some examples of such use?
For starters, any use of [std|boost]::array<T> where T is not default constructible and I do not wish to make it so just so I can use it in an array. Regards, Nate