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 0cacd0a commit 68e7e19Copy full SHA for 68e7e19
source/basic.tex
@@ -4257,9 +4257,9 @@
4257
int I;
4258
};
4259
4260
-S s1(1); // full-expression is call of \tcode{S::S(int)}
+S s1(1); // full-expression comprises call of \tcode{S::S(int)}
4261
void f() {
4262
- S s2 = 2; // full-expression is call of \tcode{S::S(int)}
+ S s2 = 2; // full-expression comprises call of \tcode{S::S(int)}
4263
if (S(3).v()) // full-expression includes lvalue-to-rvalue and
4264
// \tcode{int} to \tcode{bool} conversions, performed before
4265
// temporary is deleted at end of full-expression
0 commit comments