Opened 8 years ago
Last modified 8 years ago
#10515 assigned Bugs
Range: doc: incorrect return type
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | range |
Version: | Boost 1.56.0 | Severity: | Cosmetic |
Keywords: | documentation | Cc: |
Description
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 , 8 years ago
Milestone: | To Be Determined → Boost 1.58.0 |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.