Skip to content

Commit a9955dc

Browse files
Not define name fpclassify if it is defined by Windows CRT.
1 parent ab0a048 commit a9955dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,11 @@ _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEX
409409

410410
_LIBCPP_END_NAMESPACE_STD
411411

412-
using std::__math::fpclassify;
413412
using std::__math::signbit;
414413

415414
// The MSVC runtime already provides these functions as templates
416415
#ifndef _LIBCPP_MSVCRT
416+
using std::__math::fpclassify;
417417
using std::__math::isfinite;
418418
using std::__math::isgreater;
419419
using std::__math::isgreaterequal;

0 commit comments

Comments
 (0)