6 Apr
2019
6 Apr
'19
8:21 p.m.
On 4/6/19 1:53 PM, Emil Dotchevski via Boost wrote:
On Fri, Apr 5, 2019 at 7:55 PM Larry Evans via Boost
wrote: [snip]
I'm guessing "unexpected" could mean the std::vector could have some arbitrary number of elements all filled with random values. I don't see how you can do anything useful with that.
The values aren't random, they are guaranteed to be valid.
By random I didn't mean invalid. For example, if the vector were std::vector<unsigned>, then the unsigned values could be any unsigned in range 0...max_unsigned.