]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-locale-unused_typedef.patch
- x32 rebuild
[packages/boost.git] / boost-1.54.0-locale-unused_typedef.patch
1 diff -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.348817 seconds and 3 git commands to generate.