]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/limits.hpp
Updated boost to v1.55.0
[rsem.git] / boost / limits.hpp
index d3747a1ad135cc6d5d0b69448851ae9ddc97835e..47d81556118c412e6078afbb032b955564da0570 100644 (file)
@@ -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