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 1196711967
1196811968\pnum
1196911969\remarks
11970- Let \tcode{Is} be the pack \tcode{0, 1, \ldots, \tcode{(sizeof...(Views)- 1)}}.
11970+ Let \tcode{Is} be the pack \tcode{0, 1, \ldots, \tcode{(sizeof...(Views) - 1)}}.
1197111971The exception specification is equivalent to:
1197211972\tcode{noexcept(invoke(*\exposid{parent_}->\exposid{fun_}, *std::get<Is>(\exposid{inner_}.\exposid{current_})...))}.
1197311973\end{itemdescr}
1312513125
1312613126\pnum
1312713127\remarks
13128- Let \tcode{Is} be the pack \tcode{0, 1, \ldots, (N- 1)}.
13128+ Let \tcode{Is} be the pack \tcode{0, 1, \ldots, (N - 1)}.
1312913129The exception specification is equivalent to:
1313013130\begin{codeblock}
1313113131noexcept(invoke(*@\exposid{parent_}@->@\exposid{fun_}@, *std::get<Is>(@\exposid{inner_}@.@\exposid{current_}@)...))
You can’t perform that action at this time.
0 commit comments