Skip to content

Commit 2aa627d

Browse files
mordantememfrob
authored andcommitted
[libc++] Remove an unused internal concept.
Removed as suggested by @Quuxplusone during the review of D109075.
1 parent 2835dcc commit 2aa627d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/include/__concepts/arithmetic.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ template <class _Tp>
4040
concept __libcpp_unsigned_integer = __libcpp_is_unsigned_integer<_Tp>::value;
4141
template <class _Tp>
4242
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;
4543

4644
#endif // _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)
4745

0 commit comments

Comments
 (0)