Commit 7915983
committed
Use 'std::tuple' in examples instead of a C array
This should be clearer since C arrays *are* ranges; it's just that
the standard specifically excludes array types from being
expansion-iterable; it should be a bit more obvious that this is
supposed to be destructuring if we use 'std::tuple' as an example.1 parent 8437f22 commit 7915983
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3375 | 3375 | | |
3376 | 3376 | | |
3377 | 3377 | | |
3378 | | - | |
| 3378 | + | |
3379 | 3379 | | |
3380 | 3380 | | |
3381 | 3381 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| |||
0 commit comments