Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/boost/range/iterator_range_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ class iterator_range_base<IteratorT, random_access_traversal_tag>
Construct a new sequence of the specified type from the elements
in the given range

\param Range An input range
\param r An input range
\return New sequence
*/
template< typename SeqT, typename Range >
Expand Down