Boost C++ Libraries: Ticket #7771: [Graph] missing default argument in doc https://svn.boost.org/trac10/ticket/7771 <p> in small_world_iterator document's constructor: <a href="http://www.boost.org/doc/libs/1_52_0/libs/graph/doc/small_world_generator.html">http://www.boost.org/doc/libs/1_52_0/libs/graph/doc/small_world_generator.html</a> </p> <pre class="wiki">small_world_iterator(RandomGenerator&amp; gen, vertices_size_type n, vertices_size_type k, double probability, bool allow_self_loops = false); </pre><p> probability has default argument. small_world_generator.hpp code is here: </p> <pre class="wiki">small_world_iterator(RandomGenerator&amp; gen, vertices_size_type n, vertices_size_type k, double prob = 0.0, bool allow_self_loops = false) </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7771 Trac 1.4.3 Jeremiah Willcock Fri, 07 Dec 2012 01:33:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7771#comment:1 https://svn.boost.org/trac10/ticket/7771#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81747" title="Added info on default argument; fixes #7771">[81747]</a>) Added info on default argument; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7771" title="#7771: Bugs: [Graph] missing default argument in doc (closed: fixed)">#7771</a> </p> Ticket Akira Takahashi <faithandbrave@…> Fri, 07 Dec 2012 01:47:12 GMT <link>https://svn.boost.org/trac10/ticket/7771#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7771#comment:2</guid> <description> <p> Thanks for fix! </p> </description> <category>Ticket</category> </item> </channel> </rss>