Skip to content

Commit 6428e55

Browse files
committed
Nonessential.
1 parent 766c881 commit 6428e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/iterator/transform_iterator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct transform_iterator_base
5757
std::remove_reference< reference >
5858
>;
5959

60-
public:
60+
public:
6161
using type = iterator_adaptor<
6262
transform_iterator< UnaryFunc, Iterator, Reference, Value >,
6363
Iterator,

0 commit comments

Comments
 (0)