We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c881 commit 6428e55Copy full SHA for 6428e55
1 file changed
include/boost/iterator/transform_iterator.hpp
@@ -57,7 +57,7 @@ struct transform_iterator_base
57
std::remove_reference< reference >
58
>;
59
60
- public:
+public:
61
using type = iterator_adaptor<
62
transform_iterator< UnaryFunc, Iterator, Reference, Value >,
63
Iterator,
0 commit comments