Skip to content

Commit 88886f4

Browse files
committed
[concepts.general][library.general] concepts constrain template arguments, not parameters
1 parent b3cbc83 commit 88886f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/concepts.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
\pnum
77
This Clause describes library components that \Cpp{} programs may use to perform
8-
compile-time validation of template parameters and perform function dispatch
8+
compile-time validation of template arguments and perform function dispatch
99
based on properties of types. The purpose of these concepts is to establish
1010
a foundation for equational reasoning in programs.
1111

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
\pnum
4848
The concepts library\iref{concepts} describes library components that \Cpp{}
49-
programs may use to perform compile-time validation of template parameters and
49+
programs may use to perform compile-time validation of template arguments and
5050
perform function dispatch based on properties of types.
5151

5252
\pnum

0 commit comments

Comments
 (0)