1 | diff -Naur a/boost/algorithm/string/find_iterator.hpp b/boost/algorithm/string/find_iterator.hpp
|
---|
2 | --- a/boost/algorithm/string/find_iterator.hpp 2011-01-11 01:06:38.000000000 +0530
|
---|
3 | +++ b/boost/algorithm/string/find_iterator.hpp 2012-11-26 18:19:39.000000000 +0530
|
---|
4 | @@ -119,6 +119,9 @@
|
---|
5 |
|
---|
6 | increment();
|
---|
7 | }
|
---|
8 | + private:
|
---|
9 | + find_iterator & operator=( const find_iterator& Other );
|
---|
10 | +
|
---|
11 |
|
---|
12 | private:
|
---|
13 | // iterator operations
|
---|
14 | @@ -288,6 +291,8 @@
|
---|
15 | increment();
|
---|
16 | }
|
---|
17 | }
|
---|
18 | + private:
|
---|
19 | + split_iterator & operator=( const split_iterator& Other );
|
---|
20 |
|
---|
21 |
|
---|
22 | private:
|
---|