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 a428d4a commit 7754d35Copy full SHA for 7754d35
libcxx/include/__concepts/core_convertible_to.h
@@ -14,7 +14,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
14
// [conv.general]/3 says "E is convertible to T" whenever "T t=E;" is well-formed.
15
// We can't test for that, but we can test implicit convertibility by passing it
16
// to a function. Unlike std::convertible_to, __core_convertible_to doesn't test
17
-// static_cast or handle cv void, while accepting move-only types.
+// static_cast or handle cv void, while accepting non-movable types.
18
//
19
// This is a conceptual __is_core_convertible.
20
template <class _Tp, class _Up>
0 commit comments