Skip to content

Commit 3406bf1

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

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
@@ -7416,7 +7416,7 @@
74167416

74177417
\indexlibrary{\idxcode{crbegin(const C\& c)}}%
74187418
\begin{itemdecl}
7419-
template<class C> constexpr auto crbegin(const C& c) noexcept(noexcept(c.crbegin()))
7419+
template<class C> constexpr auto crbegin(const C& c) noexcept(noexcept(std::rbegin(c)))
74207420
-> decltype(std::rbegin(c));
74217421
\end{itemdecl}
74227422
\begin{itemdescr}

0 commit comments

Comments
 (0)