Skip to content

Commit 0d9b432

Browse files
committed
FIXUP LWG3617: remove superfluous \tcode
1 parent 7c5f76a commit 0d9b432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11346,7 +11346,7 @@
1134611346
\tcode{decltype(\brk{}\&F::operator())} is either of the form
1134711347
\tcode{R(G::*)(A...)}~\cv{}~\tcode{\opt{\&}~\opt{noexcept}}
1134811348
or of the form
11349-
\tcode{R(*)(G, A...)}~\tcode{\opt{noexcept}}
11349+
\tcode{R(*)(G, A...)~\opt{noexcept}}
1135011350
for a type \tcode{G}.
1135111351

1135211352
\pnum

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11688,7 +11688,7 @@
1168811688
\tcode{decltype(\brk{}\&F::operator())} is either of the form
1168911689
\tcode{R(G::*)(A...)}~\cv{}~\tcode{\opt{\&}~\opt{noexcept}}
1169011690
or of the form
11691-
\tcode{R(*)(G, A...)}~\tcode{\opt{noexcept}}
11691+
\tcode{R(*)(G, A...)~\opt{noexcept}}
1169211692
for a type \tcode{G}.
1169311693

1169411694
\pnum

0 commit comments

Comments
 (0)