~ubuntu-branches/ubuntu/dapper/boost/dapper

« back to all changes in this revision

Viewing changes to libs/graph/doc/topological_sort.html

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli, Christophe Prud'homme, Domenico Andreoli
  • Date: 2006-01-11 11:11:42 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060111111142-xy6z1i5himlgu8iw
Tags: 1.33.1-2
[ Christophe Prud'homme ]
* Bug fix: "libboost-wave-dev: Dependency on libboost-filesystem-dev
  missing", thanks to Martin v . Löwis (Closes: #346367).

[ Domenico Andreoli ]
* boost/graph/topological_sort.hpp: removed name of unused parameter
  to prevent long compiler warning.  Closes: #347519.
* Applied patch from upstream CVS to fix parsing of valid options
  with a common root.  Closes: #345714.
* libboost-python-dev now correctly depends on python2.4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
OUT: <tt>OutputIterator result</tt>
60
60
<blockquote>
61
61
The vertex descriptors of the graph will be output to the
62
 
<TT>result</TT> output iterator in their topological order.  The
 
62
<TT>result</TT> output iterator in <b>reverse</b> topological order.  The
63
63
iterator type must model <a
64
64
href="http://www.sgi.com/tech/stl/OutputIterator.html">Output
65
65
Iterator</a>.<br>