Subject: [Boost-bugs] [Boost C++ Libraries] #7771: [Graph] missing default argument in doc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-07 01:24:01
#7771: [Graph] missing default argument in doc
-------------------------------------------------------+--------------------
Reporter: Akira Takahashi <faithandbrave@â¦> | Owner: jewillco
Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
-------------------------------------------------------+--------------------
in small_world_iterator document's constructor:
http://www.boost.org/doc/libs/1_52_0/libs/graph/doc/small_world_generator.html
{{{
small_world_iterator(RandomGenerator& gen, vertices_size_type n,
vertices_size_type k, double probability,
bool allow_self_loops = false);
}}}
probability has default argument.
small_world_generator.hpp code is here:
{{{
small_world_iterator(RandomGenerator& gen, vertices_size_type n,
vertices_size_type k, double prob = 0.0,
bool allow_self_loops = false)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7771> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC