Skip to content

Commit

Permalink
[span.syn] Add index entry for dynamic_extent. (#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Sep 3, 2020
1 parent f35b12a commit 76ce429
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 @@ -10601,7 +10601,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 76ce429

Please sign in to comment.