Skip to content

Commit cbc3787

Browse files
Eelistkoeppe
authored andcommitted
[span.syn] Add index entry for dynamic_extent. (#4136)
1 parent ed36275 commit cbc3787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10601,7 +10601,7 @@
1060110601
\begin{codeblock}
1060210602
namespace std {
1060310603
// constants
10604-
inline constexpr size_t dynamic_extent = numeric_limits<size_t>::max();
10604+
inline constexpr size_t @\libglobal{dynamic_extent}@ = numeric_limits<size_t>::max();
1060510605

1060610606
// \ref{views.span}, class template span
1060710607
template<class ElementType, size_t Extent = dynamic_extent>

0 commit comments

Comments
 (0)