Skip to content

Commit 6cf2541

Browse files
authored
[intro.object] Add missing \tcode in comment (#8941)
1 parent b43c8e9 commit 6cf2541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,7 @@
37443744
constexpr A v2{.i=1}; // OK, the constituent values are \tcode{\{v2.i\}}
37453745
constexpr A v3 = []{
37463746
A a;
3747-
std::start_lifetime(a.arr); // OK, arr is now the active element of the union
3747+
std::start_lifetime(a.arr); // OK, \tcode{arr} is now the active element of the union
37483748
new (&a.arr[1]) int(1);
37493749
a.arr[2] = 2;
37503750
return a;

0 commit comments

Comments
 (0)