update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -15,7 +15,7 @@
#include <boost/mpl/less.hpp>
#include <boost/mpl/arithmetic.hpp>
#ifdef __BORLANDC__
#ifdef BOOST_BORLANDC
#include <boost/mpl/eval_if.hpp>
#include <boost/mpl/integral_c.hpp>
#include <boost/mpl/identity.hpp>
@@ -65,7 +65,7 @@ Neither @c static_power nor @c static_root are defined for @c static_rational. T
may not be floating point values, while powers and roots of rational numbers can produce floating point
values.
*/
#ifdef __BORLANDC__
#ifdef BOOST_BORLANDC
template<integer_type X>
struct make_integral_c {
@@ -190,7 +190,7 @@ value(const static_rational<N,D>&)
namespace mpl {
#ifdef __BORLANDC__
#ifdef BOOST_BORLANDC
template<>
struct plus_impl<boost::units::detail::static_rational_tag, boost::units::detail::static_rational_tag>