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
7 - if (l.length() < r.length() && l || !r)
8 + if ((l.length() < r.length() && l) || !r)