Skip to content

Commit 2de42d5

Browse files
committed
[func.bind.is{bind,place}] Don't being sentences with code.
1 parent 8f447db commit 2de42d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14040,8 +14040,8 @@
1404014040
\end{codeblock}
1404114041

1404214042
\pnum
14043-
\tcode{is_bind_expression} can be used to detect function objects
14044-
generated by \tcode{bind}. \tcode{bind}
14043+
The class template \tcode{is_bind_expression} can be used to detect function objects
14044+
generated by \tcode{bind}. The function template \tcode{bind}
1404514045
uses \tcode{is_bind_expression} to detect subexpressions.
1404614046

1404714047
\pnum
@@ -14064,8 +14064,8 @@
1406414064
\end{codeblock}
1406514065

1406614066
\pnum
14067-
\tcode{is_placeholder} can be used to detect the standard placeholders
14068-
\tcode{_1}, \tcode{_2}, and so on. \tcode{bind} uses
14067+
The class template \tcode{is_placeholder} can be used to detect the standard placeholders
14068+
\tcode{_1}, \tcode{_2}, and so on. The function template \tcode{bind} uses
1406914069
\tcode{is_placeholder} to detect placeholders.
1407014070

1407114071
\pnum

0 commit comments

Comments
 (0)