comparison DEPENDENCIES/generic/include/boost/interprocess/detail/math_functions.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
13 // 13 //
14 ////////////////////////////////////////////////////////////////////////////// 14 //////////////////////////////////////////////////////////////////////////////
15 15
16 #ifndef BOOST_INTERPROCESS_DETAIL_MATH_FUNCTIONS_HPP 16 #ifndef BOOST_INTERPROCESS_DETAIL_MATH_FUNCTIONS_HPP
17 #define BOOST_INTERPROCESS_DETAIL_MATH_FUNCTIONS_HPP 17 #define BOOST_INTERPROCESS_DETAIL_MATH_FUNCTIONS_HPP
18
19 #ifndef BOOST_CONFIG_HPP
20 # include <boost/config.hpp>
21 #endif
22 #
23 #if defined(BOOST_HAS_PRAGMA_ONCE)
24 # pragma once
25 #endif
18 26
19 #include <climits> 27 #include <climits>
20 #include <boost/static_assert.hpp> 28 #include <boost/static_assert.hpp>
21 29
22 namespace boost { 30 namespace boost {