We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e7057 commit e550d3cCopy full SHA for e550d3c
source/concepts.tex
@@ -5,7 +5,7 @@
5
6
\pnum
7
This Clause describes library components that \Cpp{} programs may use to perform
8
-compile-time validation of template parameters and perform function dispatch
+compile-time validation of template arguments and perform function dispatch
9
based on properties of types. The purpose of these concepts is to establish
10
a foundation for equational reasoning in programs.
11
source/lib-intro.tex
@@ -46,7 +46,7 @@
46
47
48
The concepts library\iref{concepts.lib} describes library components that \Cpp{}
49
-programs may use to perform compile-time validation of template parameters and
+programs may use to perform compile-time validation of template arguments and
50
perform function dispatch based on properties of types.
51
52
0 commit comments