]> git.pld-linux.org Git - packages/boost.git/blame - boost-1.54.0-locale-unused_typedef.patch
- rel 3; bunch of upstream patches (taken and filtered by FC team)
[packages/boost.git] / boost-1.54.0-locale-unused_typedef.patch
CommitLineData
647f39b2
AM
1diff -urp boost_1_54_0-orig/boost/locale/boundary/segment.hpp boost_1_54_0/boost/locale/boundary/segment.hpp
2--- boost_1_54_0-orig/boost/locale/boundary/segment.hpp 2013-07-23 00:47:27.020787174 +0200
3+++ boost_1_54_0/boost/locale/boundary/segment.hpp 2013-07-23 00:50:40.382959016 +0200
4@@ -27,7 +27,6 @@ namespace boundary {
5 int compare_text(LeftIterator l_begin,LeftIterator l_end,RightIterator r_begin,RightIterator r_end)
6 {
7 typedef LeftIterator left_iterator;
8- typedef RightIterator right_iterator;
9 typedef typename std::iterator_traits<left_iterator>::value_type char_type;
10 typedef std::char_traits<char_type> traits;
11 while(l_begin!=l_end && r_begin!=r_end) {
This page took 0.07125 seconds and 4 git commands to generate.