
15 Oct
2011
15 Oct
'11
11:17 p.m.
Nathan Ridge wrote:
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?