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 3e0f49e commit 860ad25Copy full SHA for 860ad25
libcxx/include/__type_traits/is_core_convertible.h
@@ -30,7 +30,6 @@ template <class _Tp, class _Up>
30
struct __is_core_convertible<_Tp, _Up, decltype(static_cast<void (*)(_Up)>(0)(static_cast<_Tp (*)()>(0)()))>
31
: true_type {};
32
33
-
34
#if _LIBCPP_STD_VER >= 20
35
36
template <class _Tp, class _Up>
0 commit comments