Proposed resolution:
This wording is relative to N4861.
Modify [range.take.view], class template take_view synopsis, as indicated:
[…] template<rangeclass R> take_view(R&&, range_difference_t<R>) -> take_view<views::all_t<R>>; […]