Skip to content

Commit a27ede6

Browse files
authored
[span.cons] Add std:: for data(arr) (#6632)
1 parent 73e6941 commit a27ede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -18450,7 +18450,7 @@
1845018450
\begin{itemdescr}
1845118451
\pnum
1845218452
\constraints
18453-
Let \tcode{U} be \tcode{remove_pointer_t<decltype(data(arr))>}.
18453+
Let \tcode{U} be \tcode{remove_pointer_t<decltype(std::data(arr))>}.
1845418454
\begin{itemize}
1845518455
\item \tcode{extent == dynamic_extent || N == extent} is \tcode{true}, and
1845618456
\item \tcode{is_convertible_v<U(*)[], element_type(*)[]>} is \tcode{true}.
@@ -18469,7 +18469,7 @@
1846918469

1847018470
\pnum
1847118471
\ensures
18472-
\tcode{size() == N \&\& data() == data(arr)} is \tcode{true}.
18472+
\tcode{size() == N \&\& data() == std::data(arr)} is \tcode{true}.
1847318473
\end{itemdescr}
1847418474

1847518475
\indexlibraryctor{span}%

0 commit comments

Comments
 (0)