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 09fe942 commit 3406bf1Copy full SHA for 3406bf1
source/iterators.tex
@@ -7416,7 +7416,7 @@
7416
7417
\indexlibrary{\idxcode{crbegin(const C\& c)}}%
7418
\begin{itemdecl}
7419
-template<class C> constexpr auto crbegin(const C& c) noexcept(noexcept(c.crbegin()))
+template<class C> constexpr auto crbegin(const C& c) noexcept(noexcept(std::rbegin(c)))
7420
-> decltype(std::rbegin(c));
7421
\end{itemdecl}
7422
\begin{itemdescr}
0 commit comments