Warning, file /include/boost/container_hash/detail/limits.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #ifndef BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER
0006 #define BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER
0007
0008 #include <limits>
0009
0010 namespace boost
0011 {
0012 namespace hash_detail
0013 {
0014 template <class T>
0015 struct limits : std::numeric_limits<T> {};
0016 }
0017 }
0018
0019 #endif