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 2614dda commit 8911644Copy full SHA for 8911644
source/ranges.tex
@@ -2389,7 +2389,7 @@
2389
\item \tcode{\placeholdernc{decay-copy}(E)} if the decayed type of \tcode{E}
2390
models \libconcept{View}.
2391
2392
-\item Otherwise, \tcode{ref-view\{E\}} if that expression is well-formed.
+\item Otherwise, \tcode{ref_view\{E\}} if that expression is well-formed.
2393
2394
\item Otherwise, \tcode{subrange\{E\}}.
2395
\end{itemize}
@@ -2440,7 +2440,7 @@
2440
\begin{itemdecl}
2441
template<@\placeholder{not-same-as}@<ref_view> T>
2442
requires @\seebelow@
2443
-constexpr @ref_view@(T&& t);
+constexpr ref_view(T&& t);
2444
\end{itemdecl}
2445
2446
\begin{itemdescr}
0 commit comments