
7 Dec
2008
7 Dec
'08
12:40 a.m.
AMDG Hartmut Kaiser wrote:
I also wonder about this usefulness of the default constructor for boost::uuids::uuid. Maybe it should just be left out.
Keep in mind you can't put a uuid into a std container if it isn't default constructible.
Yes you can. The standard only requires that types stored in containers by CopyConstructible and Assignable. (23.1) In Christ, Steven Watanabe