comparison DEPENDENCIES/generic/include/boost/math/special_functions/modf.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
8 8
9 #ifdef _MSC_VER 9 #ifdef _MSC_VER
10 #pragma once 10 #pragma once
11 #endif 11 #endif
12 12
13 #include <boost/math/special_functions/math_fwd.hpp>
13 #include <boost/math/tools/config.hpp> 14 #include <boost/math/tools/config.hpp>
14 #include <boost/math/special_functions/trunc.hpp> 15 #include <boost/math/special_functions/trunc.hpp>
15 16
16 namespace boost{ namespace math{ 17 namespace boost{ namespace math{
17 18