Bump version to 4.1-6
[LibreOffice.git] / boost / boost_1_44_0-logical-op-parentheses.patch
blob33a8ea0838099e0e7effeb6888c63647d39cc744
1 --- misc/boost_1_44_0/boost/spirit/home/classic/core/composite/directives.hpp
2 +++ misc/build/boost_1_44_0/boost/spirit/home/classic/core/composite/directives.hpp
3 @@ -364,7 +364,7 @@
5 if (l || r)
7 - if (l.length() < r.length() && l || !r)
8 + if ((l.length() < r.length() && l) || !r)
10 scan.first = save;
11 return l;