Skip to content

Commit

Permalink
Merge 2018-11 LWG Motion 10
Browse files Browse the repository at this point in the history
P1006R1 Constexpr in std::pointer_traits

Fixes #2416
  • Loading branch information
zygoloid committed Nov 26, 2018
2 parents 40e4a00 + 4a626f8 commit 9e96020
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 9e96020

Please sign in to comment.