We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2835dcc commit 2aa627dCopy full SHA for 2aa627d
libcxx/include/__concepts/arithmetic.h
@@ -40,8 +40,6 @@ template <class _Tp>
40
concept __libcpp_unsigned_integer = __libcpp_is_unsigned_integer<_Tp>::value;
41
template <class _Tp>
42
concept __libcpp_signed_integer = __libcpp_is_signed_integer<_Tp>::value;
43
-template <class _Tp>
44
-concept __libcpp_floating_point = __libcpp_is_floating_point<_Tp>::value;
45
46
#endif // _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)
47
0 commit comments