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 0194113 commit 299f372Copy full SHA for 299f372
source/concepts.tex
@@ -331,8 +331,8 @@
331
332
\pnum
333
Given types \tcode{From} and \tcode{To} and
334
-an expression \tcode{E} such that
335
-\tcode{decltype((E))} is \tcode{add_rvalue_reference_t<From>},
+an expression \tcode{E}
+whose type and value category are the same as those of \tcode{declval<From>()},
336
\tcode{\libconcept{convertible_to}<From, To>} requires \tcode{E}
337
to be both implicitly and explicitly convertible to type \tcode{To}.
338
The implicit and explicit conversions are required to produce equal
0 commit comments