Boost logo

Boost :

Subject: Re: [boost] [UUID] Still alive?
From: Andy Tompkins (atompkins_at_[hidden])
Date: 2008-09-20 21:35:53


Hi,

On Sat, 20 Sep 2008 04:45:40 +0200, "Manuel Fiorelli"
<manuel.fiorelli_at_[hidden]> said:
> 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);

This is a typo. I will correct it to:
assert(a.size() >= 16);

Thanks,
  Andy.

>
> 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