
19 Apr
2012
19 Apr
'12
4:58 p.m.
bounces@lists.boost.org] On Behalf Of Mathias Gaunard
Anyway the real problems are that 1. boost's implementation of uuid is at least weird in terms there are much better approaches that cost nothing in implementation but are ignored.
Comparing 16 bytes is hardly the important part in a UUID library. I use boost UUID as global unique identifiers and I do compare them in the total majority of usages. I do admit I can misuse the UUIDs concept so I am just curious what have the boost people intended the boost::uuid to be used for?..
-- Michael Kochetkov