office-gobmx/boost/boost_1_44_0-logical-op-parentheses.patch

13 lines
431 B
Diff
Raw Normal View History

2012-04-03 15:08:46 -05:00
--- misc/boost_1_44_0/boost/spirit/home/classic/core/composite/directives.hpp
+++ misc/build/boost_1_44_0/boost/spirit/home/classic/core/composite/directives.hpp
@@ -364,7 +364,7 @@
if (l || r)
{
- if (l.length() < r.length() && l || !r)
+ if ((l.length() < r.length() && l) || !r)
{
scan.first = save;
return l;