Skip to content

Commit 7754d35

Browse files
Update libcxx/include/__concepts/core_convertible_to.h
Co-authored-by: A. Jiang <[email protected]>
1 parent a428d4a commit 7754d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__concepts/core_convertible_to.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
1414
// [conv.general]/3 says "E is convertible to T" whenever "T t=E;" is well-formed.
1515
// We can't test for that, but we can test implicit convertibility by passing it
1616
// 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.
17+
// static_cast or handle cv void, while accepting non-movable types.
1818
//
1919
// This is a conceptual __is_core_convertible.
2020
template <class _Tp, class _Up>

0 commit comments

Comments
 (0)