Use up to date includes for lightweight_test.hpp.

This commit is contained in:
Andrey Semashev
2021-12-21 20:45:00 +03:00
parent c5df07cb21
commit 16ef530fcf
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
// Revision History // Revision History
// 23 Sep 2001 Initial version (Daryle Walker) // 23 Sep 2001 Initial version (Daryle Walker)
#include <boost/detail/lightweight_test.hpp> #include <boost/core/lightweight_test.hpp>
#include <boost/cstdlib.hpp> // for boost::exit_success #include <boost/cstdlib.hpp> // for boost::exit_success
#include <boost/integer/integer_mask.hpp> // for boost::high_bit_mask_t, etc. #include <boost/integer/integer_mask.hpp> // for boost::high_bit_mask_t, etc.

View File

@ -15,7 +15,7 @@
// 10 Mar 01 Boost Test Library now used for tests (Beman Dawes) // 10 Mar 01 Boost Test Library now used for tests (Beman Dawes)
// 31 Aug 99 Initial version // 31 Aug 99 Initial version
#include <boost/detail/lightweight_test.hpp> // for main, BOOST_TEST #include <boost/core/lightweight_test.hpp> // for main, BOOST_TEST
#include <boost/integer.hpp> // for boost::int_t, boost::uint_t #include <boost/integer.hpp> // for boost::int_t, boost::uint_t
#include <boost/type_traits/is_same.hpp> #include <boost/type_traits/is_same.hpp>
#include <boost/mpl/bool.hpp> // for mpl::true_ and false_ #include <boost/mpl/bool.hpp> // for mpl::true_ and false_

View File

@ -17,7 +17,7 @@
// use int64_t instead of long long for better portability // use int64_t instead of long long for better portability
#include <boost/cstdint.hpp> #include <boost/cstdint.hpp>
#include <boost/detail/lightweight_test.hpp> #include <boost/core/lightweight_test.hpp>
/* /*
* General portability note: * General portability note:

View File

@ -10,7 +10,7 @@
// Revision History // Revision History
// 01 Oct 2001 Initial version (Daryle Walker) // 01 Oct 2001 Initial version (Daryle Walker)
#include <boost/detail/lightweight_test.hpp> // for main #include <boost/core/lightweight_test.hpp> // for main
#include <boost/cstdlib.hpp> // for boost::exit_success #include <boost/cstdlib.hpp> // for boost::exit_success
#include <boost/integer/static_log2.hpp> // for boost::static_log2 #include <boost/integer/static_log2.hpp> // for boost::static_log2

View File

@ -10,7 +10,7 @@
// Revision History // Revision History
// 23 Sep 2001 Initial version (Daryle Walker) // 23 Sep 2001 Initial version (Daryle Walker)
#include <boost/detail/lightweight_test.hpp> // for main, BOOST_TEST #include <boost/core/lightweight_test.hpp> // for main, BOOST_TEST
#include <boost/cstdlib.hpp> // for boost::exit_success #include <boost/cstdlib.hpp> // for boost::exit_success
#include <boost/integer/static_min_max.hpp> // for boost::static_signed_min, etc. #include <boost/integer/static_min_max.hpp> // for boost::static_signed_min, etc.