Skip to content

Commit

Permalink
FIXUP LWG3973: Add more missing parens.
Browse files Browse the repository at this point in the history
  • Loading branch information
burblebee committed Nov 17, 2023
1 parent bb04337 commit 8f99cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8378,7 +8378,7 @@

\begin{itemdescr}
\pnum
Let \tcode{U} be \tcode{remove_cvref_t<invoke_result_t<F, decltype(\exposid{val})>>}.
Let \tcode{U} be \tcode{remove_cvref_t<invoke_result_t<F, decltype((\exposid{val}))>>}.

\pnum
\constraints
Expand Down Expand Up @@ -8443,7 +8443,7 @@

\pnum
\constraints
\tcode{is_constructible_v<T, decltype(\exposid{val})>} is \tcode{true}.
\tcode{is_constructible_v<T, decltype((\exposid{val}))>} is \tcode{true}.

\pnum
\mandates
Expand Down Expand Up @@ -8501,7 +8501,7 @@
\begin{itemdescr}
\pnum
Let \tcode{U} be
\tcode{remove_cv_t<invoke_result_t<F, decltype(\exposid{val})>>}.
\tcode{remove_cv_t<invoke_result_t<F, decltype((\exposid{val}))>>}.

\pnum
\constraints
Expand Down

0 comments on commit 8f99cb4

Please sign in to comment.