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.
2 parents 40e4a00 + 4a626f8 commit 9e96020Copy full SHA for 9e96020
source/utilities.tex
@@ -6863,7 +6863,7 @@
6863
6864
template<class U> using rebind = U*;
6865
6866
- static pointer pointer_to(@\seebelow@ r) noexcept;
+ static constexpr pointer pointer_to(@\seebelow@ r) noexcept;
6867
};
6868
}
6869
\end{codeblock}
@@ -6919,7 +6919,7 @@
6919
\indexlibrarymember{pointer_to}{pointer_traits}%
6920
\begin{itemdecl}
6921
static pointer pointer_traits::pointer_to(@\seebelow@ r);
6922
-static pointer pointer_traits<T*>::pointer_to(@\seebelow@ r) noexcept;
+static constexpr pointer pointer_traits<T*>::pointer_to(@\seebelow@ r) noexcept;
6923
\end{itemdecl}
6924
6925
\begin{itemdescr}
0 commit comments