]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-spirit-unused_typedef-2.patch
do not package .orig files; adapter
[packages/boost.git] / boost-1.54.0-spirit-unused_typedef-2.patch
1 diff -urp boost_1_54_0-orig/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp boost_1_54_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp
2 --- boost_1_54_0-orig/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp      2013-07-23 00:47:37.497850668 +0200
3 +++ boost_1_54_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp   2013-07-23 00:50:40.662960713 +0200
4 @@ -307,7 +307,6 @@ struct grammar_definition
5  #if !defined(BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE)
6          typedef impl::grammar_helper_base<GrammarT> helper_base_t;
7          typedef grammar_helper_list<GrammarT> helper_list_t;
8 -        typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
9  
10          helper_list_t&  helpers =
11  # if !defined(__GNUC__) || (__GNUC__ > 2)
12 diff -urp boost_1_54_0-orig/boost/spirit/home/classic/tree/parse_tree.hpp boost_1_54_0/boost/spirit/home/classic/tree/parse_tree.hpp
13 --- boost_1_54_0-orig/boost/spirit/home/classic/tree/parse_tree.hpp     2013-07-23 00:47:37.407850122 +0200
14 +++ boost_1_54_0/boost/spirit/home/classic/tree/parse_tree.hpp  2013-07-23 00:50:40.674960786 +0200
15 @@ -76,7 +76,6 @@ struct pt_tree_policy :
16      template<typename MatchAT, typename MatchBT>
17      static void concat(MatchAT& a, MatchBT const& b)
18      {
19 -        typedef typename match_t::attr_t attr_t;
20          BOOST_SPIRIT_ASSERT(a && b);
21  
22          std::copy(b.trees.begin(), b.trees.end(),
This page took 0.0491 seconds and 3 git commands to generate.