Skip to content

Commit 2dc630f

Browse files
committed
FIXUP P2286R8: Remove @\deflibconcept from formattable in synopsis
1 parent b4f5ef4 commit 2dc630f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -13495,7 +13495,7 @@
1349513495

1349613496
// \ref{format.formattable}, concept \libconcept{formattable}
1349713497
template<class T, class charT>
13498-
concept @\deflibconcept{formattable}@ = @\seebelow@;
13498+
concept formattable = @\seebelow@;
1349913499

1350013500
template<class R, class charT>
1350113501
concept @\defexposconcept{const-formattable-range}@ = // \expos

0 commit comments

Comments
 (0)