You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
748 B
11 lines
748 B
diff -urp boost_1_54_0-orig/boost/locale/boundary/segment.hpp boost_1_54_0/boost/locale/boundary/segment.hpp |
|
--- boost_1_54_0-orig/boost/locale/boundary/segment.hpp 2013-07-23 00:47:27.020787174 +0200 |
|
+++ boost_1_54_0/boost/locale/boundary/segment.hpp 2013-07-23 00:50:40.382959016 +0200 |
|
@@ -27,7 +27,6 @@ namespace boundary { |
|
int compare_text(LeftIterator l_begin,LeftIterator l_end,RightIterator r_begin,RightIterator r_end) |
|
{ |
|
typedef LeftIterator left_iterator; |
|
- typedef RightIterator right_iterator; |
|
typedef typename std::iterator_traits<left_iterator>::value_type char_type; |
|
typedef std::char_traits<char_type> traits; |
|
while(l_begin!=l_end && r_begin!=r_end) {
|
|
|