Skip to content

Commit

Permalink
FIXUP LWG3617: remove superfluous \tcode
Browse files Browse the repository at this point in the history
  • Loading branch information
burblebee committed Jul 28, 2022
1 parent 7c5f76a commit 0d9b432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11346,7 +11346,7 @@
\tcode{decltype(\brk{}\&F::operator())} is either of the form
\tcode{R(G::*)(A...)}~\cv{}~\tcode{\opt{\&}~\opt{noexcept}}
or of the form
\tcode{R(*)(G, A...)}~\tcode{\opt{noexcept}}
\tcode{R(*)(G, A...)~\opt{noexcept}}
for a type \tcode{G}.

\pnum
Expand Down
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11688,7 +11688,7 @@
\tcode{decltype(\brk{}\&F::operator())} is either of the form
\tcode{R(G::*)(A...)}~\cv{}~\tcode{\opt{\&}~\opt{noexcept}}
or of the form
\tcode{R(*)(G, A...)}~\tcode{\opt{noexcept}}
\tcode{R(*)(G, A...)~\opt{noexcept}}
for a type \tcode{G}.

\pnum
Expand Down

0 comments on commit 0d9b432

Please sign in to comment.