Opened 8 years ago

Last modified 8 years ago

#10515 assigned Bugs

Range: doc: incorrect return type

Reported by: akim demaille <akim@…> Owned by: Neil Groves
Milestone: Boost 1.58.0 Component: range
Version: Boost 1.56.0 Severity: Cosmetic
Keywords: documentation Cc:

Description

This page: http://www.boost.org/doc/libs/1_56_0/libs/range/doc/html/range/reference/adaptors/reference/filtered.html

reads:

Range Return Type: boost::filtered_range<decltype(rng)>

But the code shows that it has two template parameters.

namespace boost
{
    namespace range_detail
    {
        template< class P, class R >
        struct filtered_range :

Maybe other similar pages lack parameters, I don't know, but they all seem to have a single one documented.

Change History (1)

comment:1 by Neil Groves, 8 years ago

Milestone: To Be DeterminedBoost 1.58.0
Status: newassigned
Note: See TracTickets for help on using tickets.