Skip to content

Commit fa19586

Browse files
AlisdairMeisenwave
andauthored
Update source/iterators.tex
Co-authored-by: Jan Schultke <[email protected]>
1 parent 3406bf1 commit fa19586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7459,7 +7459,7 @@
74597459

74607460
\indexlibrary{\idxcode{ssize(C\& c)}}%
74617461
\begin{itemdecl}
7462-
template<class C> constexpr auto ssize(const C& c) noexcept(noexcept(c.ssize()))
7462+
template<class C> constexpr auto ssize(const C& c) noexcept(noexcept(c.size()))
74637463
-> common_type_t<ptrdiff_t, make_signed_t<decltype(c.size())>>;
74647464
\end{itemdecl}
74657465
\begin{itemdescr}

0 commit comments

Comments
 (0)