Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:23

0001 // Copyright 2005-2009 Daniel James.
0002 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0003 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
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 // #ifndef BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER