]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/limits.hpp
Cmake build: Omit files with names not starting with aplha character.
[lyx.git] / boost / boost / limits.hpp
index 6d01daa3539500021e383b9b84009fe465998111..47d81556118c412e6078afbb032b955564da0570 100644 (file)
@@ -6,7 +6,7 @@
 //
 // use this header as a workaround for missing <limits>
 
-//  See http://www.boost.org/libs/utility/limits.html for documentation.
+//  See http://www.boost.org/libs/compatibility/index.html for documentation.
 
 #ifndef BOOST_LIMITS
 #define BOOST_LIMITS
@@ -14,7 +14,7 @@
 #include <boost/config.hpp>
 
 #ifdef BOOST_NO_LIMITS
-# include <boost/detail/limits.hpp>
+#  error "There is no std::numeric_limits suppport available."
 #else
 # include <limits>
 #endif