diff options
author | shadchin <shadchin@yandex-team.com> | 2023-08-30 13:26:41 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-08-30 14:34:40 +0300 |
commit | e9eae7b60f83caf46f79a8784e49533926bbf3f0 (patch) | |
tree | 2a8a8db8b5599dccf53c416f87105f09bf16134c /contrib/restricted | |
parent | d8e8dfdd57e6c0f1e39a8839c4f41d979dd9920c (diff) | |
download | ydb-e9eae7b60f83caf46f79a8784e49533926bbf3f0.tar.gz |
Update scipy to 1.7.3
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/math/include/boost/math/tools/config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/math/include/boost/math/tools/config.hpp b/contrib/restricted/boost/math/include/boost/math/tools/config.hpp index 50c8cb04f71..4b4a8a66bab 100644 --- a/contrib/restricted/boost/math/include/boost/math/tools/config.hpp +++ b/contrib/restricted/boost/math/include/boost/math/tools/config.hpp @@ -224,7 +224,7 @@ // Generic catch all case for gcc's "double-double" long double type. // We do not support this as it's not even remotely IEEE conforming: // -# define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS +//# define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS #endif #if defined(unix) && defined(__INTEL_COMPILER) && (__INTEL_COMPILER <= 1000) && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) // |