Skip to content

Commit fda5e37

Browse files
abhinavagarwal07tkoeppe
authored andcommitted
[dcl.struct.bind] Fix tuple-like binding index to use SB_i instead of v_i
P1061R10 introduced the SB_i notation for post-expansion structured bindings but this sentence was not updated. The rest of the section (p6, p8, and the end of this same paragraph) already uses SB_i.
1 parent deb2a9b commit fda5e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7724,7 +7724,7 @@
77247724
whose value is non-negative;
77257725
the structured binding size of \tcode{E} is equal to that value.
77267726
Let \tcode{i} be an index prvalue of type \tcode{std::size_t}
7727-
corresponding to $\tcode{v}_i$.
7727+
corresponding to $\textrm{SB}_i$.
77287728
If a search for the name \tcode{get}
77297729
in the scope of \tcode{E}\iref{class.member.lookup}
77307730
finds at least one declaration

0 commit comments

Comments
 (0)