ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.1k stars 441 forks source link

Documentation mentions nonexistent closed_ints and doesn't mention closed_iota #1533

Open dzzzb opened 4 years ago

dzzzb commented 4 years ago

image

closed_ints does not exist in the library. closed_iota does, but it is not mentioned.

The initial fix would be to not mention closed_ints. But then we should probably document closed_iota and mention it in the doc of iota. We might then want to mention it from ints. Thoughts?

JohelEGP commented 4 years ago

Related:

The closed_ views are highly suspect and should probably be deprecated. The rest could do with some documentation. - https://github.com/ericniebler/range-v3/issues/461#issuecomment-449753432