Skip to content

Commit a619c3c

Browse files
authored
Merge pull request #966 from mborland/exception
Remove unneeded boost library includes
2 parents 2fe1fac + 77c8e2a commit a619c3c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

example/lambert_w_example.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
#include <boost/config.hpp> // for BOOST_PLATFORM, BOOST_COMPILER, BOOST_STDLIB ...
1414
#include <boost/version.hpp> // for BOOST_MSVC versions.
15-
#include <boost/cstdint.hpp>
16-
#include <boost/exception/exception.hpp> // boost::exception
1715
#include <boost/math/constants/constants.hpp> // For exp_minus_one == 3.67879441171442321595523770161460867e-01.
1816

1917
#define BOOST_MATH_INSTRUMENT_LAMBERT_W // #define only for diagnostic output.

example/lambert_w_precision_example.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#include <boost/config.hpp> // for BOOST_PLATFORM, BOOST_COMPILER, BOOST_STDLIB ...
1212
#include <boost/version.hpp> // for BOOST_MSVC versions.
13-
#include <boost/cstdint.hpp>
14-
#include <boost/exception/exception.hpp> // boost::exception
1513
#include <boost/math/constants/constants.hpp> // For exp_minus_one == 3.67879441171442321595523770161460867e-01.
1614
#include <boost/math/policies/policy.hpp>
1715
#include <boost/math/special_functions/next.hpp> // for float_distance.

example/lambert_w_simple_examples.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
#include <boost/config.hpp> // for BOOST_PLATFORM, BOOST_COMPILER, BOOST_STDLIB ...
2222
#include <boost/version.hpp> // for BOOST_MSVC versions.
23-
#include <boost/cstdint.hpp>
24-
#include <boost/exception/exception.hpp> // boost::exception
2523
#include <boost/math/constants/constants.hpp> // For exp_minus_one == 3.67879441171442321595523770161460867e-01.
2624
#include <boost/math/policies/policy.hpp>
2725

0 commit comments

Comments
 (0)