We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3406bf1 commit fa19586Copy full SHA for fa19586
source/iterators.tex
@@ -7459,7 +7459,7 @@
7459
7460
\indexlibrary{\idxcode{ssize(C\& c)}}%
7461
\begin{itemdecl}
7462
-template<class C> constexpr auto ssize(const C& c) noexcept(noexcept(c.ssize()))
+template<class C> constexpr auto ssize(const C& c) noexcept(noexcept(c.size()))
7463
-> common_type_t<ptrdiff_t, make_signed_t<decltype(c.size())>>;
7464
\end{itemdecl}
7465
\begin{itemdescr}
0 commit comments