File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2697
2697
2698
2698
\pnum
2699
2699
Every \grammarterm {using-declaration} is a \grammarterm {declaration} and a
2700
- \grammarterm {member-declaration} and so can be used in a class definition.
2700
+ \grammarterm {member-declaration} and can therefore be used in a class definition.
2701
2701
\begin {example }
2702
2702
2703
2703
\begin {codeblock }
Original file line number Diff line number Diff line change 31
31
\indextext {scope|(}%
32
32
This International Standard specifies requirements for implementations
33
33
of the \Cpp programming language. The first such requirement is that
34
- they implement the language, and so this International Standard also
34
+ they implement the language, so this International Standard also
35
35
defines \Cpp . Other requirements and relaxations of the first
36
36
requirement appear at various places within this International Standard.
37
37
Original file line number Diff line number Diff line change 6846
6846
\begin {note }
6847
6847
Under \ref {temp.deduct.call } and \ref {temp.deduct.partial },
6848
6848
if \tcode {P} contains no \grammarterm {template-parameter}{s} that appear
6849
- in deduced contexts, no deduction is done, and so \tcode {P} and \tcode {A}
6849
+ in deduced contexts, no deduction is done, so \tcode {P} and \tcode {A}
6850
6850
need not have the same form.
6851
6851
\end {note }
6852
6852
You can’t perform that action at this time.
0 commit comments