$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2000-08-29 16:16:28
jsiek_at_[hidden] wrote:
>
> Jens Maurer writes:
> > - 5.1.1: Graph seems to be required to support a default constructor.
> > At least IncidenceGraph's concept checking class says that and it
> > doesn't add a "DefaultConstructible" constraint. Please document it.
>
> What made you think the default constructor was required? The fact
> that the concept checking class had the graph as a data member?
Yes.
> > - The incident() method uses source() and target(), which are not
> > declared at this point.
>
> incident() is a template function, so this does not matter.
Right, I just re-checked the standard.
Jens Maurer