Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9105,7 +9105,7 @@
\pnum
\mandates
\tcode{U} is a specialization of \tcode{expected} and
\tcode{is_same_v<U::error_type, E>} is \tcode{true}.
\tcode{is_same_v<typename U::error_type, E>} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -9136,7 +9136,7 @@
\pnum
\mandates
\tcode{U} is a specialization of \tcode{expected} and
\tcode{is_same_v<U::error_type, E>} is \tcode{true}.
\tcode{is_same_v<typename U::error_type, E>} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -9166,7 +9166,7 @@
\pnum
\mandates
\tcode{G} is a specialization of \tcode{expected} and
\tcode{is_same_v<G::value_type, T>} is \tcode{true}.
\tcode{is_same_v<typename G::value_type, T>} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -9197,7 +9197,7 @@
\pnum
\mandates
\tcode{G} is a specialization of \tcode{expected} and
\tcode{is_same_v<G::value_type, T>} is \tcode{true}.
\tcode{is_same_v<typename G::value_type, T>} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -10085,7 +10085,7 @@
\pnum
\mandates
\tcode{U} is a specialization of \tcode{expected} and
\tcode{is_same_v<U::error_type, E>} is \tcode{true}.
\tcode{is_same_v<typename U::error_type, E>} is \tcode{true}.

\pnum
\effects
Expand Down Expand Up @@ -10115,7 +10115,7 @@
\pnum
\mandates
\tcode{U} is a specialization of \tcode{expected} and
\tcode{is_same_v<U::error_type, E>} is \tcode{true}.
\tcode{is_same_v<typename U::error_type, E>} is \tcode{true}.

\pnum
\effects
Expand All @@ -10141,7 +10141,7 @@
\pnum
\mandates
\tcode{G} is a specialization of \tcode{expected} and
\tcode{is_same_v<G::value_type, T>} is \tcode{true}.
\tcode{is_same_v<typename G::value_type, T>} is \tcode{true}.

\pnum
\effects
Expand All @@ -10168,7 +10168,7 @@
\pnum
\mandates
\tcode{G} is a specialization of \tcode{expected} and
\tcode{is_same_v<G::value_type, T>} is \tcode{true}.
\tcode{is_same_v<typename G::value_type, T>} is \tcode{true}.

\pnum
\effects
Expand Down