X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=boost%2Fboost%2Flimits.hpp;h=47d81556118c412e6078afbb032b955564da0570;hb=43dd383073fc61cfe5f24b87294c4e8698a1827a;hp=d3747a1ad135cc6d5d0b69448851ae9ddc97835e;hpb=25dcf36ecb1635a14df4b05cbdb38ed56ddd42b5;p=lyx.git diff --git a/boost/boost/limits.hpp b/boost/boost/limits.hpp index d3747a1ad1..47d8155611 100644 --- a/boost/boost/limits.hpp +++ b/boost/boost/limits.hpp @@ -14,7 +14,7 @@ #include #ifdef BOOST_NO_LIMITS -# include +# error "There is no std::numeric_limits suppport available." #else # include #endif