File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8623
8623
8624
8624
\pnum
8625
8625
\remarks
8626
- Let \tcode {Is} be the pack $ 0 , 1 , \ldots , \tcode {(sizeof...(Views)-1)}$ .
8626
+ Let \tcode {Is} be the pack \tcode { 0, 1, \ldots , \tcode {(sizeof...(Views)-1)}} .
8627
8627
The exception specification is equivalent to
8628
8628
\tcode {noexcept(invoke(*\exposid {parent_}->\exposid {fun_}, *std::get<Is>(\exposid {inner_}.\exposid {current_})...))}.
8629
8629
\end {itemdescr }
9785
9785
9786
9786
\pnum
9787
9787
\remarks
9788
- Let \tcode {Is} be the pack \tcode {0, 1, ... , (N-1)}.
9788
+ Let \tcode {Is} be the pack \tcode {0, 1, \ldots , (N-1)}.
9789
9789
The exception specification is equivalent to
9790
9790
\begin {codeblock }
9791
9791
noexcept(invoke(*@\exposid {parent_}@->@\exposid {fun_}@, *std::get<Is>(@\exposid {inner_}@.@\exposid {current_}@)...))
You can’t perform that action at this time.
0 commit comments