Skip to content

Commit 16a5346

Browse files
committed
[range.view] Add complexity requirement normatively
1 parent bfc51b5 commit 16a5346

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/ranges.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,11 @@
866866
\end{itemdecl}
867867

868868
\begin{itemdescr}
869+
\pnum
870+
\tcode{T} models \libconcept{View} only if
871+
the initializations and assignments required by \libconcept{Copyable<T>}
872+
are \bigoh{1}.
873+
869874
\pnum
870875
For a type \tcode{T}, the default value of \tcode{enable_view<T>} is:
871876
\begin{itemize}

0 commit comments

Comments
 (0)