Skip to content

Commit

Permalink
P1006R1 Constexpr in std::pointer_traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Perchik authored and zygoloid committed Nov 26, 2018
1 parent 40e4a00 commit 4a626f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6863,7 +6863,7 @@

template<class U> using rebind = U*;

static pointer pointer_to(@\seebelow@ r) noexcept;
static constexpr pointer pointer_to(@\seebelow@ r) noexcept;
};
}
\end{codeblock}
Expand Down Expand Up @@ -6919,7 +6919,7 @@
\indexlibrarymember{pointer_to}{pointer_traits}%
\begin{itemdecl}
static pointer pointer_traits::pointer_to(@\seebelow@ r);
static pointer pointer_traits<T*>::pointer_to(@\seebelow@ r) noexcept;
static constexpr pointer pointer_traits<T*>::pointer_to(@\seebelow@ r) noexcept;
\end{itemdecl}

\begin{itemdescr}
Expand Down

0 comments on commit 4a626f8

Please sign in to comment.