diff --git a/source/ranges.tex b/source/ranges.tex index c16eba7f10..b149b797e7 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -9735,9 +9735,8 @@ Given a subexpression \tcode{E}, the expression \tcode{views::common(E)} is expression-equivalent to: \begin{itemize} -\item \tcode{views::all(E)}, - if \tcode{decltype((E))} models \libconcept{common_range} - and \tcode{views::all(E)} is a well-formed expression. +\item \tcode{views::all(E)} + if \tcode{decltype((E))} models \libconcept{common_range}. \item Otherwise, \tcode{common_view\{E\}}. \end{itemize}