Skip to content

Commit 008a31c

Browse files
committed
MSVC also uses 64-bit long doubles
1 parent 83d7b1a commit 008a31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/math/special_functions/detail/fp_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ template<> struct fp_traits_non_native<double, double_precision>
270270
// long double (64 bits) -------------------------------------------------------
271271

272272
#if defined(BOOST_NO_INT64_T) || defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION)\
273-
|| defined(BOOST_BORLANDC) || defined(__CODEGEAR__) || (defined(__APPLE__) && defined(__aarch64__))
273+
|| defined(BOOST_BORLANDC) || defined(__CODEGEAR__) || (defined(__APPLE__) && defined(__aarch64__)) || defined(_MSC_VER)
274274

275275
template<> struct fp_traits_non_native<long double, double_precision>
276276
{

0 commit comments

Comments
 (0)