File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
\pnum
7
7
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
9
9
based on properties of types. The purpose of these concepts is to establish
10
10
a foundation for equational reasoning in programs.
11
11
Original file line number Diff line number Diff line change 46
46
47
47
\pnum
48
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
49
+ programs may use to perform compile-time validation of template arguments and
50
50
perform function dispatch based on properties of types.
51
51
52
52
\pnum
You can’t perform that action at this time.
0 commit comments