fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.loplugin.patch
blob7c35d33034bd6508fc014a6b187d9364847ccf53
1 --- foo/foo/foo/boost/lexical_cast.hpp
2 +++ foo/foo/foo/boost/lexical_cast.hpp
3 @@ -1016,7 +1016,7 @@
4 if( !has_minus ) value = std::numeric_limits<T>::quiet_NaN();
5 else value = (boost::math::changesign) (std::numeric_limits<T>::quiet_NaN());
6 return true;
7 - } else
8 + } else {
9 if (( /* 'INF' or 'inf' */
10 end-begin==3
12 @@ -1031,6 +1031,7 @@
13 else value = (boost::math::changesign) (std::numeric_limits<T>::infinity());
14 return true;
16 + }
18 return false;