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 860ad25 commit fe542c0Copy full SHA for fe542c0
libcxx/include/__type_traits/is_core_convertible.h
@@ -33,7 +33,7 @@ struct __is_core_convertible<_Tp, _Up, decltype(static_cast<void (*)(_Up)>(0)(st
33
#if _LIBCPP_STD_VER >= 20
34
35
template <class _Tp, class _Up>
36
-concept __core_convertible_to = __is_core_convertible_v<_Tp, _Up>;
+concept __core_convertible_to = __is_core_convertible<_Tp, _Up>::value;
37
38
#endif // _LIBCPP_STD_VER >= 20
39
0 commit comments