Re: [boost] garbled boostboc output in online docs

2003-08-18 Thread Jeremy Siek
2003, at 07:28 PM, Douglas Gregor wrote: On Monday 18 August 2003 06:04 pm, Jeremy Siek wrote: The Header section in the following pages is garbled. Looks like a bunch of missing newlines. http://www.boost.org/doc/html/any.reference.html http://www.boost.org/doc/html/function.reference.html -Jeremy

Re: [boost] Re: garbled boostboc output in online docs

2003-08-18 Thread Jeremy Siek
Guess that would be a curiously recurring email subject line ;) On Monday, August 18, 2003, at 08:15 PM, David Abrahams wrote: Subject: Re: garbled boostboc output in online docs ^ Pretty funny.-^ ___ Unsubscribe &

[boost] garbled boostboc output in online docs

2003-08-18 Thread Jeremy Siek
The Header section in the following pages is garbled. Looks like a bunch of missing newlines. http://www.boost.org/doc/html/any.reference.html http://www.boost.org/doc/html/function.reference.html -Jeremy -- Jeremy Siek

Re: [boost] [BGL] Proposal to add 'buffer' parameter to dfsalgorithms

2003-08-15 Thread Jeremy Siek
uld be added to use a buffer parameter. To preserve backwards compatibility, instead of changing the non-named parameter overload, I suggest adding another overload (with a longer list of parameters). Cheers, Jeremy ------ Jere

Re: [boost] Documentation bug in boost::graph

2003-08-14 Thread Jeremy Siek
al jarl> container type for outgoing edges. Am I right? You are right. What happened was that the last EdgeList parameter was added, and the old EdgeList parameter was changed to OutEdgeList, after the html docs and book were written. I've updated the html docs. Regards, Jeremy --

Re: [boost] [BGL] (newbie)Finding the root of tree

2003-08-14 Thread Jeremy Siek
. dehall> dehall> Has anybody an idea on the algorithm I should be using ? thks dehall> ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL P

Re: [boost] Re: boost::array

2003-08-14 Thread Jeremy Siek
nst T[N] source ) alisda> { alisda> std::copy( source, source + N, m_data ); alisda> } alisda> -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indian

Re: [boost] boost::array

2003-08-14 Thread Jeremy Siek
led ptr_array that adapts a pointer and a size into an array. Cheers, Jeremy -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [E

Re: [boost] [BGL] bug in incremental_components examples /documentation

2003-08-10 Thread Jeremy Siek
Thanks Janusz. I've checked in the fixes. On Saturday, August 9, 2003, at 12:27 PM, Janusz Piwowarski wrote: Hi all I've found bug in incremental_components examples and documentation. Type _Rank_ is expected to be size_type, but container _rank_ is created from vertex_descriptor. Examples work

Re: [boost] Sudden VC6 ICEs in BGL code

2003-07-30 Thread Jeremy Siek
I seem to remember the named parameters mechanism being fragile under VC6. On Wednesday, July 30, 2003, at 08:35 PM, David Abrahams wrote: Recently (I haven't narrowed down when, yet) libs/python/src/object/inheritance.cpp started to produce an INTERNAL COMPILER ERROR on VC6. This file almost excl

Re: [boost] Re: [BGL] Proxy Graph ?

2003-05-29 Thread Jeremy Siek
p and fully specialized for each graph class in their respective headers. The reason for the extra levels of indirection was to avoid using partial specialization so that this would all work on VC++. As for what you need to do for the proxy graph... the reverse_graph is a good example of what to do.

Re: [boost] Graph, Property "patches" and remarks from HP

2003-02-17 Thread Jeremy Siek
7;s surely the .cpp file being dave> compiled. dave> dave> -- dave> Dave Abrahams dave> Boost Consulting dave> www.boost-consulting.com dave> -- Jeremy Siek http://php.indiana.ed

[boost] Re: BGL: external properties

2003-01-29 Thread Jeremy Siek
al ghost> properties? ghost> ghost> - Volodya ghost> ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED

Re: [boost] Re: BGL: graph direction

2003-01-29 Thread Jeremy Siek
; something like that in order to accept bidirectedS? jhouse> Or maybe replacing the bidirectionalS with bidirectedS and making jhouse> bidirectionalS typedef'd to bidirectedS? ------ Jeremy Siek ht

Re: [boost] [BGL] MutablePropertyGraph questions

2003-01-29 Thread Jeremy Siek
, and I thought she was going to submit to boost. The following URL has a paper she wrote about this. http://www.oonumerics.org/tmpw01/schedule.html Cheers, Jeremy -- Jeremy Siek http://php.indiana.edu/~j

Re: [boost] BGL: checking for internal properties

2003-01-29 Thread Jeremy Siek
t; Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost ghost> -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton emai

Re: [boost] BGL: graph direction

2003-01-29 Thread Jeremy Siek
p://www.algorithmic-solutions.info/leda_manual/graph.html ghost> ghost> (in the second section). ghost> ghost> What do you think? ghost> ghost> - Volodya -- Jeremy Siek http://php.indiana

Re: [boost] BGL: concept docs buglets

2003-01-29 Thread Jeremy Siek
phConcept in graph_concepts.hpp. Cheers, Jeremy ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phon

Re: [boost] Errors in Boost.Graph's topological_sort

2003-01-29 Thread Jeremy Siek
t; unable to use the current implementation in any serious project, since christ> the above seems to christ> point to nasty little QOI problems ... It's back to LEDA again, I christ> suppose ... christ> christ> Cheers christ> christ> Christoph christ> christ> __

[boost] Re: BGL: more doc buglets

2003-01-24 Thread Jeremy Siek
be nice to fix those problem. In fact, I can fix most of them ghost> myself, if Jeremy doesn't mind. Thanks for all these fixes! Please go ahead and check them in. Regards, Jeremy -- Jeremy Siek

Re: [boost] BGL: random_access_iterator_property_map missing?

2003-01-24 Thread Jeremy Siek
uot;? gregod> gregod> Doug gregod> gregod> gregod> ___ gregod> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost gregod> -- Jeremy Siek

Re: [boost] BGL bug in examine_edge(...) indijkstra_shortest_paths.hpp?

2003-01-24 Thread Jeremy Siek
ewsgroups and couldn't find anything about duncan> this, but I'm new to Boost, so forgive me (and point me to the resolution) duncan> if this is a known problem. duncan> duncan> Thanks, duncan> duncan> Duncan Clarke duncan> Computer Science and Engineering d

Re: [boost] BGL: concept docs buglets

2003-01-24 Thread Jeremy Siek
re out of date. Cheers, Jeremy ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost

Re: [boost] [BGL] MutablePropertyGraph questions

2003-01-24 Thread Jeremy Siek
objects does. Any help on solving the above problems would be welcomed! Cheers, Jeremy -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton

Re: [boost] Re: Equivalence Relation class

2003-01-19 Thread Jeremy Siek
h library? jyassk> > jyassk> > Miro jyassk> jyassk> Oops. Yes. Never mind. jyassk> jyassk> Jeffrey ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B&#x

Re: [boost] Equivalence Relation class

2003-01-19 Thread Jeremy Siek
__ jyassk> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost jyassk> ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, India

Re: [boost] Boost Graph Library: Beginner question: Serialize

2003-01-14 Thread Jeremy Siek
oteur> nobody has asked this question before! moteur> moteur> Thank you for your help, moteur> loic d'Anterroches ------ Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ

Re: [boost] Concept Check tests

2002-12-02 Thread Jeremy Siek
Hi Dave, You're right, they should be compile-file, not link-fail. Cheers, Jeremy P.S. Sorry for the delayed response. Currently in the end-of-the-semester grind. ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] iterator_adaptors

2002-11-19 Thread Jeremy Siek
Hi Herve, --On Tuesday, November 19, 2002 1:21 AM -0500 Herve Bronnimann <[EMAIL PROTECTED]> wrote: Just because I posted something about a new iterator adaptor, and I happened to take a look at the boost sandbox, that David was referring me to, I'd like to ask: is what is in the sandbox intende

Re: [boost] boost::graph - incorrect answers withdikjstra_shorts_paths

2002-11-14 Thread Jeremy Siek
Hi Marc, I don't have time to look at this right now, but I'll try to get to it this weekend. Regards, Jeremy ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] Re: Property_map docs

2002-11-14 Thread Jeremy Siek
Hi Edward, What you say below is an excellent suggestion, and I'll add that to the introduction in the docs for property map. Best Regards, Jeremy --On Thursday, November 14, 2002 4:23 PM -0500 Edward Diener <[EMAIL PROTECTED]> wrote: I would still say to anyone willing to listen that the doc

Re: [boost] Re: Re: Property_map docs

2002-11-11 Thread Jeremy Siek
ering my time to boost. Sincerely, Jeremy On Mon, 11 Nov 2002, Edward Diener wrote: eddiel> "Jeremy Siek" <[EMAIL PROTECTED]> wrote in message eddiel> news:Pine.GSO.4.44.021110230.4424-10@;zaphod.osl.iu.edu... eddiel> > Hi Edward, eddiel> > eddiel>

Re: [boost] Re: Property_map docs

2002-11-10 Thread Jeremy Siek
and is described using the terminology of generic programming. If you aren't doing generic programming, then you don't need the property map library. Regards, Jeremy -- Jeremy Siek http://php.indiana