[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] 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

Re: [boost] garbled boostboc output in online docs

2003-08-18 Thread Jeremy Siek
, 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 Where

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

2003-08-15 Thread Jeremy Siek
. 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 -- Jeremy Siek http

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

2003-08-14 Thread Jeremy Siek
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 PROTECTED] C++ Booster (http

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

2003-08-14 Thread Jeremy Siek
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 -- Jeremy Siek

Re: [boost] Re: boost::array

2003-08-14 Thread Jeremy Siek
perform the deduction correctly? alisda alisda template typename T, unsigned int N alisda container_facade( const T[N] source ) alisda { alisda std::copy( source, source + N, m_data ); alisda } alisda -- Jeremy Siek

Re: [boost] boost::array

2003-08-14 Thread Jeremy Siek
-- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

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

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

2003-05-29 Thread Jeremy Siek
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. You'll need to do all the same stuff. Cheers, Jeremy -- Jeremy Siek http

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

2003-02-17 Thread Jeremy Siek
dave www.boost-consulting.com dave -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855

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

2003-01-29 Thread Jeremy Siek
___ christ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost christ -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL

Re: [boost] BGL: concept docs buglets

2003-01-29 Thread Jeremy Siek
. 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 phone: (812) 855-3608

Re: [boost] BGL: graph direction

2003-01-29 Thread Jeremy Siek
ghost - Volodya -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

Re: [boost] BGL: checking for internal properties

2003-01-29 Thread Jeremy Siek
ghost -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

Re: [boost] [BGL] MutablePropertyGraph questions

2003-01-29 Thread Jeremy Siek
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/~jsiek/ Ph.D. Student, Indiana Univ

Re: [boost] Re: BGL: graph direction

2003-01-29 Thread Jeremy Siek
that in order to accept bidirectedS? jhouse Or maybe replacing the bidirectionalS with bidirectedS and making jhouse bidirectionalS typedef'd to bidirectedS? -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D

[boost] Re: BGL: external properties

2003-01-29 Thread Jeremy Siek
-- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

Re: [boost] [BGL] MutablePropertyGraph questions

2003-01-24 Thread Jeremy Siek
-- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

Re: [boost] BGL: concept docs buglets

2003-01-24 Thread Jeremy Siek
-- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

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

2003-01-24 Thread Jeremy Siek
if this is a known problem. duncan duncan Thanks, duncan duncan Duncan Clarke duncan Computer Science and Engineering duncan University of South Carolina duncan duncan duncan -- Jeremy Siek http://php.indiana.edu

Re: [boost] BGL: random_access_iterator_property_map missing?

2003-01-24 Thread Jeremy Siek
___ gregod Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost gregod -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL

[boost] Re: BGL: more doc buglets

2003-01-24 Thread Jeremy Siek
-- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812) 855-3608

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

2003-01-14 Thread Jeremy Siek
for your help, moteur loic d'Anterroches -- Jeremy Siek http://php.indiana.edu/~jsiek/ Ph.D. Student, Indiana Univ. B'ton email: [EMAIL PROTECTED] C++ Booster (http://www.boost.org) office phone: (812

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] 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] 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