$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review] UUID library (mini-)review starts today, November 23rd
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-06 19:40:14
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