We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43c8e9 commit 6cf2541Copy full SHA for 6cf2541
1 file changed
source/basic.tex
@@ -3744,7 +3744,7 @@
3744
constexpr A v2{.i=1}; // OK, the constituent values are \tcode{\{v2.i\}}
3745
constexpr A v3 = []{
3746
A a;
3747
- std::start_lifetime(a.arr); // OK, arr is now the active element of the union
+ std::start_lifetime(a.arr); // OK, \tcode{arr} is now the active element of the union
3748
new (&a.arr[1]) int(1);
3749
a.arr[2] = 2;
3750
return a;
0 commit comments