Skip to content

Commit 85255a9

Browse files
committed
Fix angle brackets for concept
Should be "models invocable" not "models invocable<>"
1 parent 0b8603d commit 85255a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

papers/P2988/new-optional.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@
953953
\begin{itemdescr}
954954
\pnum
955955
\constraints
956-
\tcode{F} models \tcode{\libconcept{invocable}<>} and
956+
\tcode{F} models \tcode{\libconcept{invocable}} and
957957
\tcode{T} models \libconcept{copy_constructible}.
958958

959959
\pnum
@@ -980,7 +980,7 @@
980980
\begin{itemdescr}
981981
\pnum
982982
\constraints
983-
\tcode{F} models \tcode{\libconcept{invocable}<>} and
983+
\tcode{F} models \tcode{\libconcept{invocable}} and
984984
\tcode{T} models \libconcept{move_constructible}.
985985

986986
\pnum
@@ -1499,7 +1499,7 @@
14991499
\begin{itemdescr}
15001500
\pnum
15011501
\constraints
1502-
\tcode{F} models \tcode{\libconcept{invocable}<>}.
1502+
\tcode{F} models \tcode{\libconcept{invocable}}.
15031503

15041504
\pnum
15051505
\mandates

0 commit comments

Comments
 (0)