Boost logo

Boost :

Subject: Re: [boost] [UUID] Still alive?
From: Manuel Fiorelli (manuel.fiorelli_at_[hidden])
Date: 2008-09-19 22:45:40


I looked at the implementation of the constructor which takes the byte
array. I found that the sequence is used as a byte sequence.

Indeed, in the last line of the paragraph you state that the range must span
at least 16 elements, but in the first lines you write

assert(a.size() == 32);

which suggested to me that there were 32 elements in the sequence. I think
that it is a typo....

Regards
Manuel Fiorelli


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk