Re: [boost] BGL: concept docs buglets

2003-01-29 Thread Jeremy Siek
On Wed, 29 Jan 2003, Vladimir Prus wrote: ghost> ghost> Does it mean that all MutablePropertyGraphConcept instances of docs should ghost> be renamed to LvaluePropertyGraphConcept? ghost> Yes, I think that is correct. Also, I just checked in a fix to LvaluePropertyGraphConcept in graph_concepts.hpp

Re: [boost] BGL: concept docs buglets

2003-01-28 Thread Vladimir Prus
Jeremy Siek wrote: Hi Volodya, On Sun, 5 Jan 2003, Vladimir Prus wrote: ghost> ghost> I think that BGL concept docs are a little bit out of sync with ghost> the concept cheking code. I've corrected some of problems and ghost> attach a patch. Is it OK to apply it? Yes, those corrections look fine

Re: [boost] BGL: concept docs buglets

2003-01-24 Thread Jeremy Siek
Hi Volodya, On Sun, 5 Jan 2003, Vladimir Prus wrote: ghost> ghost> I think that BGL concept docs are a little bit out of sync with ghost> the concept cheking code. I've corrected some of problems and ghost> attach a patch. Is it OK to apply it? Yes, those corrections look fine. ghost> Another is

[boost] BGL: concept docs buglets

2003-01-05 Thread Vladimir Prus
I think that BGL concept docs are a little bit out of sync with the concept cheking code. I've corrected some of problems and attach a patch. Is it OK to apply it? Another issue is that doc talk about MutablePropertyGraphConcept, while code has LvaluePropertyGraphConcept. I'm not sure which one i