]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-algorithm-unused_typedef.patch
- release 4 (by relup.sh)
[packages/boost.git] / boost-1.54.0-algorithm-unused_typedef.patch
1 diff -urp boost_1_54_0-orig/boost/algorithm/string/detail/finder.hpp boost_1_54_0/boost/algorithm/string/detail/finder.hpp
2 --- boost_1_54_0-orig/boost/algorithm/string/detail/finder.hpp  2013-07-23 00:47:43.933889672 +0200
3 +++ boost_1_54_0/boost/algorithm/string/detail/finder.hpp       2013-07-23 00:50:40.324958667 +0200
4 @@ -142,7 +142,6 @@ namespace boost {
5                      ForwardIteratorT End,
6                      std::forward_iterator_tag ) const
7                  {
8 -                    typedef ForwardIteratorT input_iterator_type;
9                      typedef iterator_range<ForwardIteratorT> result_type;
10  
11                      first_finder_type first_finder(
12 @@ -263,7 +262,6 @@ namespace boost {
13                      ForwardIteratorT End,
14                      unsigned int N) const
15                  {
16 -                    typedef ForwardIteratorT input_iterator_type;
17                      typedef iterator_range<ForwardIteratorT> result_type;
18  
19                      // Sanity check
20 @@ -298,7 +296,6 @@ namespace boost {
21                      ForwardIteratorT End,
22                      unsigned int N) const
23                  {
24 -                    typedef ForwardIteratorT input_iterator_type;
25                      typedef iterator_range<ForwardIteratorT> result_type;
26  
27                      // Sanity check
28 @@ -362,7 +359,6 @@ namespace boost {
29                  unsigned int N,
30                  std::random_access_iterator_tag )
31              {
32 -                typedef ForwardIteratorT input_iterator_type;
33                  typedef iterator_range<ForwardIteratorT> result_type;
34  
35                  if ( (End<=Begin) || ( static_cast<unsigned int>(End-Begin) < N ) )
36 @@ -436,7 +432,6 @@ namespace boost {
37                  unsigned int N,
38                  std::random_access_iterator_tag )
39              {
40 -                typedef ForwardIteratorT input_iterator_type;
41                  typedef iterator_range<ForwardIteratorT> result_type;
42  
43                  if ( (End<=Begin) || ( static_cast<unsigned int>(End-Begin) < N ) )
This page took 0.080938 seconds and 3 git commands to generate.