$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] seg fault
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-10-24 11:42:09
AMDG
Andrew Sutton wrote:
>> typedef string Colour;
>>
>> struct edge_properties
>> {
>>
>> vector < set< Colour > & > eColours;
>>
>> }
>>
>
> No, it won't compile. Template arguments of a vector are required to be
> default constructible.
>
The template arguments of vector are only required
to be CopyConstructible and Assignable.
In Christ,
Steven Watanabe