comparison DEPENDENCIES/generic/include/boost/functional/hash/detail/limits.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
7 // This tries to work around them. 7 // This tries to work around them.
8 8
9 #if !defined(BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER) 9 #if !defined(BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER)
10 #define BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER 10 #define BOOST_FUNCTIONAL_HASH_DETAIL_LIMITS_HEADER
11 11
12 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 12 #include <boost/config.hpp>
13 # pragma once 13 #if defined(BOOST_HAS_PRAGMA_ONCE)
14 #pragma once
14 #endif 15 #endif
15 16
16 #include <boost/limits.hpp> 17 #include <boost/limits.hpp>
17 18
18 // On OpenBSD, numeric_limits is not reliable for long doubles, but 19 // On OpenBSD, numeric_limits is not reliable for long doubles, but