Skip to content

Commit 13798eb

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

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 the complexity
871+
for each initialization and assignment required by \libconcept{Copyable<T>}
872+
is constant time.
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)