Re: [Boost-users] UUID

2021-07-28 Thread Richard Damon via Boost-users
On 7/27/21 11:34 PM, Ming Cheng via Boost-users wrote: > > I have a UUID requirement as: > > * Each session will also be represented with a Universally Unique ID > (UUID), which should be a current timestamp > * a unique UUID value set by the customer as a 64-bit value. CME > Group reco

Re: [Boost-users] UUID

2021-07-28 Thread Richard Damon via Boost-users
t recommendation? > > Sent from my Huawei Mobile > > > Original Message -------- > Subject: Re: [Boost-users] UUID > From: Richard Damon via Boost-users > To: boost-users@lists.boost.org > CC: Richard Damon > > > On 7/27/21 11:34 PM, Ming Cheng via Boost-users

Re: [Boost-users] UUID

2021-07-28 Thread Richard Damon via Boost-users
----------------- > *From:* Boost-users on behalf of > Richard Damon via Boost-users > *Sent:* Thursday, July 29, 2021 3:32 AM > *To:* boost-users@lists.boost.org > *Cc:* Richard Damon > *Subject:* Re: [Boost-users] UUID >   > The bigg

Re: [Boost-users] UUID

2021-07-28 Thread Richard Damon via Boost-users
The Boost UUID class only handles 128 bit UUIDs. So it won't help you. There may be other Boost Libraries that might be of use to implement whatever you choose to use. You might be able to look at the implementation of the Boost UUID library for ideas, but I am not sure if it will really be usefu