Skip to content

Commit

Permalink
[span.syn] Add index entry for dynamic_extent. (cplusplus#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis authored and zygoloid committed Sep 22, 2020
1 parent 474b07d commit 980661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10608,7 +10608,7 @@
\begin{codeblock}
namespace std {
// constants
inline constexpr size_t dynamic_extent = numeric_limits<size_t>::max();
inline constexpr size_t @\libglobal{dynamic_extent}@ = numeric_limits<size_t>::max();

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

0 comments on commit 980661e

Please sign in to comment.