
24 Oct
2009
24 Oct
'09
2:02 p.m.
On Fri, Oct 23, 2009 at 2:04 PM, Jeremiah Willcock <jewillco@osl.iu.edu>wrote:
It looks like this is Boost.Graph code that was probably intended to be reused in other libraries but probably never was actually reused. Should it be moved into boost/graph/? Does anyone use it outside Boost.Graph?
If it's not used anywhere outside of the BGL then probably, yes. It may be worth noting that the technique used for constructing properties may be deprecated by more advanced MPL features and certainly variadic templates. Andrew Sutton andrew.n.sutton@gmail.com