$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Graph] Concept check VertexMutablePropertyGraph
From: Jens Müller (blog_at_[hidden])
Date: 2012-01-04 16:06:18
Am 03.01.2012 12:15, schrieb Jens Müller:
> Several questions:
>
> 1. Should there be separate docs for VertexMutablePropertyGraph and
> EdgeMutablePropertyGraph?
>
> 2. Should there be an actual concept check implementation for
> MutablePropertyGraph combining the two?
>
> 3. Should the concept check look for
> boost::graph_traits<G>::vertex_property_type instead of
> ertex_property_type<G>::type? [and the same for edge]
>
> 4. For the LEDA adapter, i.e., external adaptation, do I have to
> specialize vertex_property_type<G> and edge_property_type<G>?
If I could get answers to some or all of these questions, I could start
producing respective patches ...
-- Jens