Skip to content

Commit f0b8923

Browse files
jensmaurertkoeppe
authored andcommitted
[array.size] Remove full member declaration from itemdecl. (#1790)
1 parent ea4b17a commit f0b8923

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
@@ -3262,7 +3262,7 @@
32623262

32633263
\indexlibrarymember{array}{size}%
32643264
\begin{itemdecl}
3265-
template <class T, size_t N> constexpr size_type array<T, N>::size() const noexcept;
3265+
constexpr size_type size() const noexcept;
32663266
\end{itemdecl}
32673267

32683268
\begin{itemdescr}

0 commit comments

Comments
 (0)