mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-02 15:31:02 +02:00
split the one constructor into two
[SVN r21861]
This commit is contained in:
@ -26,7 +26,9 @@ namespace boost {
|
||||
typedef void pointer;
|
||||
typedef void reference;
|
||||
|
||||
explicit function_output_iterator(const UnaryFunction& f = UnaryFunction())
|
||||
explicit function_output_iterator() {}
|
||||
|
||||
explicit function_output_iterator(const UnaryFunction& f)
|
||||
: m_f(f) {}
|
||||
|
||||
struct output_proxy {
|
||||
|
Reference in New Issue
Block a user